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: azure.mgmt.resource.subscriptions.v2016_06_01.operations._subscription_client_operations.SubscriptionClientOperationsMixin

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

close()None[source]