ManagedLabsClient Class

The Managed Labs Client.

Inheritance
builtins.object
ManagedLabsClient

Constructor

ManagedLabsClient(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 subscription ID.

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

provider_operations
ProviderOperationsOperations

ProviderOperationsOperations operations

global_users
GlobalUsersOperations

GlobalUsersOperations operations

lab_accounts
LabAccountsOperations

LabAccountsOperations operations

operations
Operations

Operations operations

gallery_images
GalleryImagesOperations

GalleryImagesOperations operations

labs
LabsOperations

LabsOperations operations

environment_settings
EnvironmentSettingsOperations

EnvironmentSettingsOperations operations

environments
EnvironmentsOperations

EnvironmentsOperations operations

users
UsersOperations

UsersOperations operations

Methods

close

close

close() -> None