MonitorManagementClient Class

Monitor Management Client.

Inheritance
builtins.object
MonitorManagementClient

Constructor

MonitorManagementClient(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 ID of the target subscription.

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

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

polling_interval
int

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

Variables

private_link_scopes
<xref:$>(<xref:python-base-namespace>)PrivateLinkScopesOperations

PrivateLinkScopesOperations operations

private_link_scope_operation_status
<xref:$>(<xref:python-base-namespace>)PrivateLinkScopeOperationStatusOperations

PrivateLinkScopeOperationStatusOperations operations

private_link_resources
<xref:$>(<xref:python-base-namespace>)PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

private_endpoint_connections
<xref:$>(<xref:python-base-namespace>)PrivateEndpointConnectionsOperations

PrivateEndpointConnectionsOperations operations

private_link_scoped_resources
<xref:$>(<xref:python-base-namespace>)PrivateLinkScopedResourcesOperations

PrivateLinkScopedResourcesOperations operations

Methods

close

close

async close() -> None