Get Volume Result
data class GetVolumeResult(val azureApiVersion: String, val creationData: SourceCreationDataResponse? = null, val id: String, val managedBy: ManagedByInfoResponse? = null, val name: String, val provisioningState: String, val sizeGiB: Double, val storageTarget: IscsiTargetInfoResponse, val systemData: SystemDataResponse, val type: String, val volumeId: String)
Response for Volume request.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, creationData: SourceCreationDataResponse? = null, id: String, managedBy: ManagedByInfoResponse? = null, name: String, provisioningState: String, sizeGiB: Double, storageTarget: IscsiTargetInfoResponse, systemData: SystemDataResponse, type: String, volumeId: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
State of the operation on the resource.
Link copied to clipboard
Parent resource information.
Link copied to clipboard
State of the operation on the resource.
Link copied to clipboard
Storage target information
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.