SoftwareUpdateConfigurationMachineRunsOperations Class
SoftwareUpdateConfigurationMachineRunsOperations 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.objectSoftwareUpdateConfigurationMachineRunsOperations
Constructor
SoftwareUpdateConfigurationMachineRunsOperations(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 machine run by Id. |
| list |
Return list of software update configuration machine runs. |
get_by_id
Get a single software update configuration machine run by Id.
get_by_id(resource_group_name: str, automation_account_name: str, software_update_configuration_machine_run_id: str, client_request_id: Optional[str] = None, **kwargs: Any) -> _models.SoftwareUpdateConfigurationMachineRun
Parameters
- software_update_configuration_machine_run_id
- str
The Id of the software update configuration machine run.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
SoftwareUpdateConfigurationMachineRun, or the result of cls(response)
Return type
Exceptions
list
Return list of software update configuration machine 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.SoftwareUpdateConfigurationMachineRunListResult
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
SoftwareUpdateConfigurationMachineRunListResult, 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