Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
- Latest
- 2026-03-02-preview
- 2026-02-02-preview
- 2026-01-02-preview
- 2025-10-02-preview
- 2025-09-02-preview
- 2025-08-02-preview
- 2025-07-02-preview
- 2025-06-02-preview
- 2025-05-02-preview
- 2025-04-02-preview
- 2025-03-02-preview
- 2025-02-02-preview
- 2025-01-02-preview
- 2024-10-02-preview
- 2024-09-02-preview
- 2024-07-02-preview
- 2024-06-02-preview
- 2024-05-02-preview
- 2024-04-02-preview
- 2024-03-02-preview
- 2024-02-02-preview
- 2024-01-02-preview
- 2023-11-02-preview
- 2023-10-02-preview
- 2023-09-02-preview
- 2023-08-02-preview
- 2023-07-02-preview
- 2023-06-02-preview
- 2023-05-02-preview
- 2023-04-02-preview
- 2023-03-02-preview
- 2023-02-02-preview
- 2023-01-02-preview
- 2022-11-02-preview
- 2022-10-02-preview
- 2022-09-02-preview
- 2022-08-03-preview
- 2022-08-02-preview
- 2022-07-02-preview
- 2022-06-02-preview
- 2022-05-02-preview
- 2022-04-02-preview
- 2022-03-02-preview
- 2022-02-02-preview
Bicep resource definition
The managedclustersnapshots resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
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 Bicep to your template.
resource symbolicname 'Microsoft.ContainerService/managedclustersnapshots@2026-03-02-preview' = {
location: 'string'
name: 'string'
properties: {
creationData: {
sourceResourceId: 'string'
}
snapshotType: 'string'
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.ContainerService/managedclustersnapshots
| Name | Description | Value |
|---|---|---|
| location | The geo-location where the resource lives | string (required) |
| name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
| properties | Properties of a managed cluster snapshot. | ManagedClusterSnapshotProperties |
| tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
CreationData
| Name | Description | Value |
|---|---|---|
| sourceResourceId | This is the ARM ID of the source object to be used to create the target object. | string |
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' |
TrackedResourceTags
| Name | Description | Value |
|---|
ARM template resource definition
The managedclustersnapshots resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
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": "2026-03-02-preview",
"name": "string",
"location": "string",
"properties": {
"creationData": {
"sourceResourceId": "string"
},
"snapshotType": "string"
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.ContainerService/managedclustersnapshots
| Name | Description | Value |
|---|---|---|
| apiVersion | The api version | '2026-03-02-preview' |
| location | The geo-location where the resource lives | string (required) |
| name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
| properties | Properties of a managed cluster snapshot. | ManagedClusterSnapshotProperties |
| tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
| type | The resource type | 'Microsoft.ContainerService/managedclustersnapshots' |
CreationData
| Name | Description | Value |
|---|---|---|
| sourceResourceId | This is the ARM ID of the source object to be used to create the target object. | string |
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' |
TrackedResourceTags
| Name | Description | Value |
|---|
Usage Examples
Terraform (AzAPI provider) resource definition
The managedclustersnapshots resource type can be deployed with operations that target:
- Resource groups
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 Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.ContainerService/managedclustersnapshots@2026-03-02-preview"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
creationData = {
sourceResourceId = "string"
}
snapshotType = "string"
}
}
}
Property Values
Microsoft.ContainerService/managedclustersnapshots
| Name | Description | Value |
|---|---|---|
| location | The geo-location where the resource lives | string (required) |
| name | The resource name | string Constraints: Min length = 1 Max length = 63 Pattern = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][-_a-zA-Z0-9]{0,61}[a-zA-Z0-9]$ (required) |
| properties | Properties of a managed cluster snapshot. | ManagedClusterSnapshotProperties |
| tags | Resource tags | Dictionary of tag names and values. |
| type | The resource type | "Microsoft.ContainerService/managedclustersnapshots@2026-03-02-preview" |
CreationData
| Name | Description | Value |
|---|---|---|
| sourceResourceId | This is the ARM ID of the source object to be used to create the target object. | string |
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' |
TrackedResourceTags
| Name | Description | Value |
|---|