azure.mgmt.subscription package

Module contents

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

Bases: object

The subscription client.

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]