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

Name Description
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

Name Description
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: str | None = None, **kwargs) -> SoftwareUpdateConfigurationMachineRun

Parameters

Name Description
resource_group_name
Required
str

Name of an Azure Resource group.

automation_account_name
Required
str

The name of the automation account.

software_update_configuration_machine_run_id
Required
str

The Id of the software update configuration machine run.

client_request_id
str

Identifies this specific client request.

default value: None

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

SoftwareUpdateConfigurationMachineRun, or the result of cls(response)

Exceptions

Type Description

list

Return list of software update configuration machine runs.

async list(resource_group_name: str, automation_account_name: str, client_request_id: str | None = None, filter: str | None = None, skip: str | None = None, top: str | None = None, **kwargs) -> SoftwareUpdateConfigurationMachineRunListResult

Parameters

Name Description
resource_group_name
Required
str

Name of an Azure Resource group.

automation_account_name
Required
str

The name of the automation account.

client_request_id
str

Identifies this specific client request.

default value: None
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'.

default value: None
skip
str

number of entries you skip before returning results.

default value: None
top
str

Maximum number of entries returned in the results collection.

default value: None

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

SoftwareUpdateConfigurationMachineRunListResult, or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.automation.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\automation\\models\\__init__.py'>