Portal Class

Allows creation and deletion of Azure Shared Dashboards.

Inheritance
builtins.object
Portal

Constructor

Portal(credential: TokenCredential, subscription_id: str, base_url: Optional[str] = None, **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

base_url
str
default value: None

Service URL

Variables

operations
Operations

Operations operations

dashboards
DashboardsOperations

DashboardsOperations operations

tenant_configurations
TenantConfigurationsOperations

TenantConfigurationsOperations operations

list_tenant_configuration_violations
ListTenantConfigurationViolationsOperations

ListTenantConfigurationViolationsOperations operations

Methods

close

close

close() -> None