SoftwareUpdateConfigurationsOperations Class
SoftwareUpdateConfigurationsOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectSoftwareUpdateConfigurationsOperations
Constructor
SoftwareUpdateConfigurationsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| create |
Create a new software update configuration with the name given in the URI. |
| delete |
delete a specific software update configuration. |
| get_by_name |
Get a single software update configuration by name. |
| list |
Get all software update configurations for the account. |
create
Create a new software update configuration with the name given in the URI.
async create(resource_group_name: str, automation_account_name: str, software_update_configuration_name: str, parameters: azure.mgmt.automation.models._models_py3.SoftwareUpdateConfiguration, client_request_id: Optional[str] = None, **kwargs) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfiguration
Parameters
- software_update_configuration_name
- str
The name of the software update configuration to be created.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfiguration, or the result of cls(response)
Return type
Exceptions
delete
delete a specific software update configuration.
async delete(resource_group_name: str, automation_account_name: str, software_update_configuration_name: str, client_request_id: Optional[str] = None, **kwargs) -> None
Parameters
- software_update_configuration_name
- str
The name of the software update configuration to be created.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get_by_name
Get a single software update configuration by name.
async get_by_name(resource_group_name: str, automation_account_name: str, software_update_configuration_name: str, client_request_id: Optional[str] = None, **kwargs) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfiguration
Parameters
- software_update_configuration_name
- str
The name of the software update configuration to be created.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfiguration, or the result of cls(response)
Return type
Exceptions
list
Get all software update configurations for the account.
async list(resource_group_name: str, automation_account_name: str, client_request_id: Optional[str] = None, filter: Optional[str] = None, **kwargs) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfigurationListResult
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfigurationListResult, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.automation.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\automation\\models\\__init__.py'>
Feedback
Submit and view feedback for