Get Managed Cluster Snapshot Result
data class GetManagedClusterSnapshotResult(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
fun GetManagedClusterSnapshotResult(creationData: CreationDataResponse? = null, id: String, location: String, managedClusterPropertiesReadOnly: ManagedClusterPropertiesForSnapshotResponse, name: String, snapshotType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)