DeviceUpdate Class

Microsoft Device Update resource provider.

Inheritance
azure.mgmt.deviceupdate.aio.operations._device_update_operations.DeviceUpdateOperationsMixin
DeviceUpdate

Constructor

DeviceUpdate(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The Azure subscription ID.

base_url
str
default value: https://management.azure.com

Service URL. Default value is "https://management.azure.com".

api_version
str

Api Version. Default value is "2022-04-01-preview". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

accounts
<xref:device_update.aio.operations.AccountsOperations>

AccountsOperations operations

instances
<xref:device_update.aio.operations.InstancesOperations>

InstancesOperations operations

private_endpoint_connections
<xref:device_update.aio.operations.PrivateEndpointConnectionsOperations>

PrivateEndpointConnectionsOperations operations

private_link_resources
<xref:device_update.aio.operations.PrivateLinkResourcesOperations>

PrivateLinkResourcesOperations operations

private_endpoint_connection_proxies
<xref:device_update.aio.operations.PrivateEndpointConnectionProxiesOperations>

PrivateEndpointConnectionProxiesOperations operations

operations
<xref:device_update.aio.operations.Operations>

Operations operations

Methods

close

close

async close() -> None