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

activity_logs
<xref:$>(<xref:python-base-namespace>)ActivityLogsOperations

ActivityLogsOperations operations

autoscale_settings
<xref:$>(<xref:python-base-namespace>)AutoscaleSettingsOperations

AutoscaleSettingsOperations operations

event_categories
<xref:$>(<xref:python-base-namespace>)EventCategoriesOperations

EventCategoriesOperations operations

operations
<xref:$>(<xref:python-base-namespace>)Operations

Operations operations

tenant_activity_logs
<xref:$>(<xref:python-base-namespace>)TenantActivityLogsOperations

TenantActivityLogsOperations operations

alert_rules
<xref:$>(<xref:python-base-namespace>)AlertRulesOperations

AlertRulesOperations operations

Methods

close

close

async close() -> None