Get Managed Cluster Snapshot Result
data class GetManagedClusterSnapshotResult(val azureApiVersion: String, val creationData: CreationDataResponse? = null, val id: String, val location: String, val managedClusterPropertiesReadOnly: ManagedClusterPropertiesForSnapshotResponse, val name: String, val snapshotType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A managed cluster snapshot resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, creationData: CreationDataResponse? = null, id: String, location: String, managedClusterPropertiesReadOnly: ManagedClusterPropertiesForSnapshotResponse, name: String, snapshotType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
CreationData to be used to specify the source resource ID to create this snapshot.
Link copied to clipboard
What the properties will be showed when getting managed cluster snapshot. Those properties are read-only.
Link copied to clipboard
The type of a snapshot. The default is NodePool.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.