DevTestLabsClient Class

The DevTest Labs Client.

Constructor

DevTestLabsClient(credential: 'TokenCredential', subscription_id: str, base_url: str | None = None, **kwargs: Any)

Parameters

Name Description
credential
Required

Credential needed for the client to connect to Azure.

subscription_id
Required
str

The subscription ID.

base_url
str

Service URL

Default value: None

Keyword-Only Parameters

Name Description
polling_interval
int

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

Variables

Name Description
provider_operations

ProviderOperationsOperations operations

labs

LabsOperations operations

operations

Operations operations

global_schedules

GlobalSchedulesOperations operations

artifact_sources

ArtifactSourcesOperations operations

arm_templates

ArmTemplatesOperations operations

artifacts

ArtifactsOperations operations

costs

CostsOperations operations

custom_images

CustomImagesOperations operations

formulas

FormulasOperations operations

gallery_images

GalleryImagesOperations operations

notification_channels

NotificationChannelsOperations operations

policy_sets

PolicySetsOperations operations

policies

PoliciesOperations operations

schedules

SchedulesOperations operations

service_runners

ServiceRunnersOperations operations

users

UsersOperations operations

disks

DisksOperations operations

environments

EnvironmentsOperations operations

secrets

SecretsOperations operations

service_fabrics

ServiceFabricsOperations operations

service_fabric_schedules

ServiceFabricSchedulesOperations operations

virtual_machines

VirtualMachinesOperations operations

virtual_machine_schedules

VirtualMachineSchedulesOperations operations

virtual_networks

VirtualNetworksOperations operations

Methods

close

close

close() -> None