SoftwareUpdateConfigurationRunsOperations Class

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

Constructor

SoftwareUpdateConfigurationRunsOperations(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 Run by Id.

list

Return list of software update configuration runs.

get_by_id

Get a single software update configuration Run by Id.

async get_by_id(resource_group_name: str, automation_account_name: str, software_update_configuration_run_id: str, client_request_id: Optional[str] = None, **kwargs) -> azure.mgmt.automation.models._models_py3.SoftwareUpdateConfigurationRun

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_run_id
str
Required

The Id of the software update configuration 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

SoftwareUpdateConfigurationRun, or the result of cls(response)

Return type

Exceptions

list

Return list of software update configuration 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.SoftwareUpdateConfigurationRunListResult

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

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