Get Snapshot Result
data class GetSnapshotResult(val creationData: CreationDataResponse? = null, val enableFIPS: Boolean, val id: String, val kubernetesVersion: String, val location: String, val name: String, val nodeImageVersion: String, val osSku: String, val osType: String, val snapshotType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val vmSize: String)
A node pool snapshot resource.
Constructors
Link copied to clipboard
constructor(creationData: CreationDataResponse? = null, enableFIPS: Boolean, id: String, kubernetesVersion: String, location: String, name: String, nodeImageVersion: String, osSku: String, osType: String, snapshotType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmSize: String)
Properties
Link copied to clipboard
CreationData to be used to specify the source agent pool resource ID to create this snapshot.
Link copied to clipboard
Whether to use a FIPS-enabled OS.
Link copied to clipboard
The version of Kubernetes.
Link copied to clipboard
The version of node image.
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.