VolumeProperties interface
Volume response properties.
Properties
| creation |
State of the operation on the resource. |
| managed |
Parent resource information. |
| provisioning |
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| size |
Volume size. |
| storage |
Storage target information NOTE: This property will not be serialized. It can only be populated by the server. |
| volume |
Unique Id of the volume in GUID format NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationData
State of the operation on the resource.
creationData?: SourceCreationData
Property Value
managedBy
provisioningState
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sizeGiB
Volume size.
sizeGiB: number
Property Value
number
storageTarget
Storage target information NOTE: This property will not be serialized. It can only be populated by the server.
storageTarget?: IscsiTargetInfo
Property Value
volumeId
Unique Id of the volume in GUID format NOTE: This property will not be serialized. It can only be populated by the server.
volumeId?: string
Property Value
string