Microsoft Azure · Schema

Azure Subscription

An Azure subscription is a logical container used to provision resources in Azure. It holds the details of all your resources like virtual machines (VMs), databases, and more. When you create an Azure resource, you choose the subscription to deploy it to.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The fully qualified ID for the subscription. Format: /subscriptions/{subscriptionId}.
subscriptionId string The subscription ID.
displayName string The subscription display name.
tenantId string The subscription tenant ID.
state string The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
subscriptionPolicies object The subscription policies.
authorizationSource string The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct, and Management.
tags object The tags attached to the subscription.
View JSON Schema on GitHub