Get Snapshot Result
data class GetSnapshotResult(val created: String, val id: String, val location: String, val name: String, val provisioningState: String, val snapshotId: String, val systemData: SystemDataResponse, val type: String)
Snapshot of a Volume
Constructors
Link copied to clipboard
fun GetSnapshotResult(created: String, id: String, location: String, name: String, provisioningState: String, snapshotId: String, systemData: SystemDataResponse, type: String)