AzureChangeAnalysisManagementClient Class

AzureChangeAnalysisManagementClient.

Inheritance
builtins.object
AzureChangeAnalysisManagementClient

Constructor

AzureChangeAnalysisManagementClient(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

operations
<xref:Microsoft.ChangeAnalysis.aio.operations.Operations>

Operations operations

resource_changes
<xref:Microsoft.ChangeAnalysis.aio.operations.ResourceChangesOperations>

ResourceChangesOperations operations

changes
<xref:Microsoft.ChangeAnalysis.aio.operations.ChangesOperations>

ChangesOperations operations

Methods

close

close

async close() -> None