Share via


ManagedClusterSnapshotData Class

Definition

A class representing the ManagedClusterSnapshot data model. A managed cluster snapshot resource.

public class ManagedClusterSnapshotData : Azure.ResourceManager.Models.TrackedResourceData
type ManagedClusterSnapshotData = class
    inherit TrackedResourceData
Public Class ManagedClusterSnapshotData
Inherits TrackedResourceData
Inheritance
ManagedClusterSnapshotData

Constructors

ManagedClusterSnapshotData(AzureLocation)

Initializes a new instance of ManagedClusterSnapshotData.

Properties

CreationDataSourceResourceId

This is the ARM ID of the source object to be used to create the target object.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagedClusterPropertiesReadOnly

What the properties will be showed when getting managed cluster snapshot. Those properties are read-only.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SnapshotType

The type of a snapshot. The default is NodePool.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)

Applies to