GetSnapshotResult

data class GetSnapshotResult(val creationData: CreationDataResponse? = null, val id: String, val location: String, val name: String, val snapshotType: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

A node pool snapshot resource.

Constructors

Link copied to clipboard
constructor(creationData: CreationDataResponse? = null, id: String, location: String, name: String, snapshotType: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

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
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard
val snapshotType: String? = null

The type of a snapshot. The default is NodePool.

Link copied to clipboard

The system metadata relating to this snapshot.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type