AutomanageClient Class

Automanage Client.

Inheritance
builtins.object
AutomanageClient

Constructor

AutomanageClient(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 ID of the target subscription.

base_url
str
default value: None

Service URL

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

accounts
<xref:automanage_client.operations.AccountsOperations>

AccountsOperations operations

configuration_profile_assignments
<xref:automanage_client.operations.ConfigurationProfileAssignmentsOperations>

ConfigurationProfileAssignmentsOperations operations

configuration_profile_preferences
<xref:automanage_client.operations.ConfigurationProfilePreferencesOperations>

ConfigurationProfilePreferencesOperations operations

operations
<xref:automanage_client.operations.Operations>

Operations operations

Methods

close

close

close() -> None