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

Variables

data_collection_endpoints
<xref:$>(<xref:python-base-namespace>)DataCollectionEndpointsOperations

DataCollectionEndpointsOperations operations

data_collection_rule_associations
<xref:$>(<xref:python-base-namespace>)DataCollectionRuleAssociationsOperations

DataCollectionRuleAssociationsOperations operations

data_collection_rules
<xref:$>(<xref:python-base-namespace>)DataCollectionRulesOperations

DataCollectionRulesOperations operations

Methods

close

close

async close() -> None