Microsoft.ContainerService managedclustersnapshots

ARM template resource definition

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

{
  "type": "Microsoft.ContainerService/managedclustersnapshots",
  "apiVersion": "2024-01-02-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "creationData": {
      "sourceResourceId": "string"
    },
    "snapshotType": "string"
  }
}

Property values

managedclustersnapshots

Name Description Value
type The resource type 'Microsoft.ContainerService/managedclustersnapshots'
apiVersion The resource api version '2024-01-02-preview'
name The resource name string (required)
location The geo-location where the resource lives string (required)
tags Resource tags. Dictionary of tag names and values. See Tags in templates
properties Properties of a managed cluster snapshot. ManagedClusterSnapshotProperties

ManagedClusterSnapshotProperties

Name Description Value
creationData CreationData to be used to specify the source resource ID to create this snapshot. CreationData
snapshotType The type of a snapshot. The default is NodePool. 'ManagedCluster'
'NodePool'

CreationData

Name Description Value
sourceResourceId This is the ARM ID of the source object to be used to create the target object. string