SoftwareUpdateConfigurationMachineRunsOperations Class

SoftwareUpdateConfigurationMachineRunsOperations 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.object
SoftwareUpdateConfigurationMachineRunsOperations

Constructor

SoftwareUpdateConfigurationMachineRunsOperations(client, config, serializer, deserializer)

Parameters

client
Required

Client for service requests.

config
Required

Configuration of service client.

serializer
Required

An object model serializer.

deserializer
Required

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.

async 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) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfigurationMachineRun

Parameters

resource_group_name
str
Required

Name of an Azure Resource group.

automation_account_name
str
Required

The name of the automation account.

software_update_configuration_machine_run_id
str
Required

The Id of the software update configuration machine run.

client_request_id
str
default value: None

Identifies this specific client request.

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.

async 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) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfigurationMachineRunListResult

Parameters

resource_group_name
str
Required

Name of an Azure Resource group.

automation_account_name
str
Required

The name of the automation account.

client_request_id
str
default value: None

Identifies this specific client request.

filter
str
default value: None

The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'.

skip
str
default value: None

number of entries you skip before returning results.

top
str
default value: None

Maximum number of entries returned in the results collection.

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'>