SoftwareUpdateConfigurationRunsOperations Class
SoftwareUpdateConfigurationRunsOperations 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.objectSoftwareUpdateConfigurationRunsOperations
Constructor
SoftwareUpdateConfigurationRunsOperations(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
| get_by_id |
Get a single software update configuration Run by Id. |
| list |
Return list of software update configuration runs. |
get_by_id
Get a single software update configuration Run by Id.
get_by_id(resource_group_name: str, automation_account_name: str, software_update_configuration_run_id: str, client_request_id: Optional[str] = None, **kwargs: Any) -> _models.SoftwareUpdateConfigurationRun
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfigurationRun, or the result of cls(response)
Return type
Exceptions
list
Return list of software update configuration runs.
list(resource_group_name: str, automation_account_name: str, client_request_id: Optional[str] = None, filter: Optional[str] = None, skip: Optional[str] = None, top: Optional[str] = None, **kwargs: Any) -> _models.SoftwareUpdateConfigurationRunListResult
Parameters
- filter
- str
The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfigurationRunListResult, 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