Microsoft.ServiceFabric managedclusters/applicationTypes

ARM template resource definition

The managedclusters/applicationTypes 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.ServiceFabric/managedclusters/applicationTypes resource, add the following JSON to your template.

{
  "type": "Microsoft.ServiceFabric/managedclusters/applicationTypes",
  "apiVersion": "2024-02-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {}
}

Property values

managedclusters/applicationTypes

Name Description Value
type The resource type 'Microsoft.ServiceFabric/managedclusters/applicationTypes'
apiVersion The resource api version '2024-02-01-preview'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
location Resource location depends on the parent resource. string
tags Azure resource tags. Dictionary of tag names and values. See Tags in templates
properties The application type name properties ApplicationTypeResourceProperties

ApplicationTypeResourceProperties

This object doesn't contain any properties to set during deployment. All properties are ReadOnly.