azure.mgmt.resource.subscriptions.v2016_06_01 package

Module contents

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

Bases: azure.mgmt.resource.subscriptions.v2016_06_01.operations._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
Keyword Arguments

api_version (str) – Api Version. Default value is “2016-06-01”. Note that overriding this default value may result in unsupported behavior.

close()None[source]