azure.mgmt.labservices package

Module contents

class azure.mgmt.labservices.LabServicesClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: object

REST API for managing Azure Lab Services images.

Variables
Parameters
Keyword Arguments

polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]