VolumeProperties interface
VolumeProperties represents properties of the volume resource.
Properties
| allocated |
The allocated size of the volume in Mebibytes. |
| assigned |
The assigned resource ID of the storage appliance that hosts the volume. |
| attached |
The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters. |
| detailed |
The more detailed status of the volume. |
| detailed |
The descriptive message about the current detailed status. |
| provisioning |
The provisioning state of the volume. |
| serial |
The unique identifier of the volume. |
| size |
The requested storage allocation for the volume in Mebibytes. |
| storage |
The resource ID of the storage appliance that hosts the volume. |
Property Details
allocatedSizeMiB
The allocated size of the volume in Mebibytes.
allocatedSizeMiB?: number
Property Value
number
assignedStorageApplianceId
The assigned resource ID of the storage appliance that hosts the volume.
assignedStorageApplianceId?: string
Property Value
string
attachedTo
The list of resource IDs that attach the volume. It may include virtual machines and Hybrid AKS clusters.
attachedTo?: string[]
Property Value
string[]
detailedStatus
The more detailed status of the volume.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
provisioningState
The provisioning state of the volume.
provisioningState?: string
Property Value
string
serialNumber
The unique identifier of the volume.
serialNumber?: string
Property Value
string
sizeMiB
The requested storage allocation for the volume in Mebibytes.
sizeMiB: number
Property Value
number
storageApplianceId
The resource ID of the storage appliance that hosts the volume.
storageApplianceId?: string
Property Value
string