azure.mgmt.resource.subscriptions.v2016_06_01 package

Module contents

class azure.mgmt.resource.subscriptions.v2016_06_01.SubscriptionClient(credential: ‘TokenCredential’, base_url: Optional[str] = None, **kwargs: Any)[source]

Bases: object

All resource groups and resources exist within subscriptions. These operation enable you get information about your subscriptions and tenants. A tenant is a dedicated instance of Azure Active Directory (Azure AD) for your organization.

Variables
Parameters
  • credential (TokenCredential) – Credential needed for the client to connect to Azure.

  • base_url (str) – Service URL

Keyword Arguments

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

close()None[source]