The managedclustersnapshots resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
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"
}
}
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 |
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' |
Name | Description | Value |
---|---|---|
sourceResourceId | This is the ARM ID of the source object to be used to create the target object. | string |