Microsoft.Subscription subscriptionDefinitions

ARM template resource definition

The subscriptionDefinitions resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Subscription/subscriptionDefinitions resource, add the following JSON to your template.

{
  "type": "Microsoft.Subscription/subscriptionDefinitions",
  "apiVersion": "2017-11-01-preview",
  "name": "string",
  "properties": {
    "etag": "string",
    "offerType": "string",
    "subscriptionDisplayName": "string"
  }
}

Property values

subscriptionDefinitions

Name Description Value
type The resource type 'Microsoft.Subscription/subscriptionDefinitions'
apiVersion The resource api version '2017-11-01-preview'
name The resource name string (required)
properties the subscription definition properties SubscriptionDefinitionProperties

SubscriptionDefinitionProperties

Name Description Value
etag The etag the subscription definition. string
offerType The offer type of the subscription. For example, MS-AZR-0017P (EnterpriseAgreement) and MS-AZR-0148P (EnterpriseAgreement devTest) are available. string
subscriptionDisplayName The display name of the subscription. string