You are on page 1of 2

Microsoft.

Addons supportProviders/supportPlanTypes

Article

12/28/2022

2 minutes to read

1 contributor

Choose a deployment language

API Versions:

ARM template resource definition

The supportProviders/supportPlanTypes resource type can be deployed to:

Subscriptions - See subscription deployment commands

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

Resource format

To create a Microsoft.Addons/supportProviders/supportPlanTypes resource, add the following JSON to


your template.

JSON

Copy

"type": "Microsoft.Addons/supportProviders/supportPlanTypes",

"apiVersion": "2018-03-01",

"name": "string"

Property values

supportProviders/supportPlanTypes

Name Description Value


type The resource type 'Microsoft.Addons/supportProviders/supportPlanTypes'

apiVersion The resource api version '2018-03-01'

name The resource name

See how to set names and types for child resources in JSON ARM templates. string (required)

You might also like