Get Volume Snapshot Result
data class GetVolumeSnapshotResult(val azureApiVersion: String, val creationData: SnapshotCreationDataResponse, val id: String, val name: String, val provisioningState: String, val sourceVolumeSizeGiB: Double, val systemData: SystemDataResponse, val type: String, val volumeName: String)
Response for Volume Snapshot request.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, creationData: SnapshotCreationDataResponse, id: String, name: String, provisioningState: String, sourceVolumeSizeGiB: Double, systemData: SystemDataResponse, type: String, volumeName: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Data used when creating a volume snapshot.
Link copied to clipboard
State of the operation on the resource.
Link copied to clipboard
Size of Source Volume
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Source Volume Name of a snapshot