AlertsManagementClient Class

AlertsManagement Client.

Inheritance
builtins.object
AlertsManagementClient

Constructor

AlertsManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: Optional[str] = None, **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: None

Service URL

Variables

action_rules
ActionRulesOperations

ActionRulesOperations operations

operations
Operations

Operations operations

alerts
AlertsOperations

AlertsOperations operations

smart_groups
SmartGroupsOperations

SmartGroupsOperations operations

smart_detector_alert_rules
SmartDetectorAlertRulesOperations

SmartDetectorAlertRulesOperations operations

Methods

close

close

async close() -> None