GetVolumeResult

data class GetVolumeResult(val creationData: SourceCreationDataResponse? = null, val id: String, val name: String, val sizeGiB: Double? = null, val storageTarget: IscsiTargetInfoResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val volumeId: String)

Response for Volume request.

Constructors

Link copied to clipboard
constructor(creationData: SourceCreationDataResponse? = null, id: String, name: String, sizeGiB: Double? = null, storageTarget: IscsiTargetInfoResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, volumeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

State of the operation on the resource.

Link copied to clipboard
val id: String

Azure resource identifier.

Link copied to clipboard

Azure resource name.

Link copied to clipboard
val sizeGiB: Double? = null

Volume size.

Link copied to clipboard

Storage target information

Link copied to clipboard

Resource metadata required by ARM RPC

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

Azure resource tags.

Link copied to clipboard

Azure resource type.

Link copied to clipboard

Unique Id of the volume in GUID format