Volumes - List
List all volumes within the capacity pool
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes?api-version=2025-09-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
account
|
path | True |
string pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,127}$ |
The name of the NetApp account |
|
pool
|
path | True |
string minLength: 1maxLength: 64 pattern: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$ |
The name of the capacity pool |
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
|
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Azure operation completed successfully. |
|
| Other Status Codes |
An unexpected error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Volumes_List
Sample request
Sample response
{
"value": [
{
"name": "account1/pool1/volume1",
"type": "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1",
"location": "eastus",
"properties": {
"creationToken": "my-unique-file-path",
"fileSystemId": "9760acf5-4638-11e7-9bdb-020073ca7778",
"networkFeatures": "Standard",
"networkSiblingSetId": "0f434a03-ce0b-4935-81af-d98652ffb1c4",
"provisioningState": "Succeeded",
"serviceLevel": "Premium",
"storageToNetworkProximity": "T2",
"subnetId": "/subscriptions/9760acf5-4638-11e7-9bdb-020073ca7778/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3",
"throughputMibps": 128,
"usageThreshold": 107374182400
}
}
]
}
Definitions
| Name | Description |
|---|---|
|
Accept |
While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted. |
|
Avs |
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose |
|
Chown |
This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. |
|
Cool |
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage. |
|
Cool |
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. |
|
created |
The type of identity that created the resource. |
|
Destination |
Destination replication properties |
|
Enable |
Flag indicating whether subvolume operations are enabled on the volume |
|
Encryption |
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' |
|
Endpoint |
Indicates whether the local volume is the source or destination for the Volume Replication |
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Export |
Volume Export Policy Rule |
|
File |
Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. |
|
Mount |
Mount target properties |
|
Network |
Network features available to the volume, or current state of update. |
|
Placement |
Application specific parameters for the placement of volumes in the volume group |
|
Remote |
The full path to a volume that is to be migrated into ANF. Required for Migration volumes |
|
Replication |
Replication properties |
|
Replication |
Schedule |
|
Replication |
Indicates whether the replication is cross zone or cross region. |
|
Security |
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol |
|
Service |
The service level of the file system |
|
Smb |
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume |
|
Smb |
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume |
|
system |
Metadata pertaining to creation and last modification of the resource. |
| Volume |
Volume resource |
|
Volume |
Volume Backup Properties |
|
Volume |
List of volume resources |
|
Volume |
DataProtection type volumes include an object containing details of the replication |
|
Volume |
Set of export policy rules |
|
Volume |
Volume relocation properties |
|
Volume |
Volume Snapshot Properties |
|
Volume |
Provides storage to network proximity information for the volume. |
AcceptGrowCapacityPoolForShortTermCloneSplit
While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted.
| Value | Description |
|---|---|
| Accepted |
Auto grow capacity pool for short term clone split is accepted. |
| Declined |
Auto grow capacity pool for short term clone split is declined. Short term clone volume creation will not be allowed, to create short term clone volume accept auto grow capacity pool. |
AvsDataStore
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose
| Value | Description |
|---|---|
| Enabled |
avsDataStore is enabled |
| Disabled |
avsDataStore is disabled |
ChownMode
This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
| Value | Description |
|---|---|
| Restricted | |
| Unrestricted |
CoolAccessRetrievalPolicy
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage.
| Value | Description |
|---|---|
| Default | |
| OnRead | |
| Never |
CoolAccessTieringPolicy
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.
| Value | Description |
|---|---|
| Auto | |
| SnapshotOnly |
createdByType
The type of identity that created the resource.
| Value | Description |
|---|---|
| User | |
| Application | |
| ManagedIdentity | |
| Key |
DestinationReplication
Destination replication properties
| Name | Type | Description |
|---|---|---|
| region |
string |
The remote region for the destination volume. |
| replicationType |
Indicates whether the replication is cross zone or cross region. |
|
| resourceId |
string (arm-id) |
The resource ID of the remote volume |
| zone |
string |
The remote zone for the destination volume. |
EnableSubvolumes
Flag indicating whether subvolume operations are enabled on the volume
| Value | Description |
|---|---|
| Enabled |
subvolumes are enabled |
| Disabled |
subvolumes are not enabled |
EncryptionKeySource
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
| Value | Description |
|---|---|
| Microsoft.NetApp |
Microsoft-managed key encryption |
| Microsoft.KeyVault |
Customer-managed key encryption |
EndpointType
Indicates whether the local volume is the source or destination for the Volume Replication
| Value | Description |
|---|---|
| src | |
| dst |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
ExportPolicyRule
Volume Export Policy Rule
| Name | Type | Default value | Description |
|---|---|---|---|
| allowedClients |
string |
Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names |
|
| chownMode | Restricted |
This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. |
|
| cifs |
boolean |
Allows CIFS protocol |
|
| hasRootAccess |
boolean |
True |
Has root access to volume |
| kerberos5ReadOnly |
boolean |
False |
Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later |
| kerberos5ReadWrite |
boolean |
False |
Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later |
| kerberos5iReadOnly |
boolean |
False |
Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later |
| kerberos5iReadWrite |
boolean |
False |
Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later |
| kerberos5pReadOnly |
boolean |
False |
Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later |
| kerberos5pReadWrite |
boolean |
False |
Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later |
| nfsv3 |
boolean |
Allows NFSv3 protocol. Enable only for NFSv3 type volumes |
|
| nfsv41 |
boolean |
Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes |
|
| ruleIndex |
integer (int32) |
Order index |
|
| unixReadOnly |
boolean |
Read only access |
|
| unixReadWrite |
boolean |
Read and write access |
FileAccessLogs
Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
| Value | Description |
|---|---|
| Enabled |
fileAccessLogs are enabled |
| Disabled |
fileAccessLogs are not enabled |
MountTargetProperties
Mount target properties
| Name | Type | Description |
|---|---|---|
| fileSystemId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
UUID v4 used to identify the MountTarget |
| ipAddress |
string |
The mount target's IPv4 address |
| mountTargetId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
UUID v4 used to identify the MountTarget |
| smbServerFqdn |
string |
The SMB server's Fully Qualified Domain Name, FQDN |
NetworkFeatures
Network features available to the volume, or current state of update.
| Value | Description |
|---|---|
| Basic |
Basic network features. |
| Standard |
Standard network features. |
| Basic_Standard |
Updating from Basic to Standard network features. |
| Standard_Basic |
Updating from Standard to Basic network features. |
PlacementKeyValuePairs
Application specific parameters for the placement of volumes in the volume group
| Name | Type | Description |
|---|---|---|
| key |
string |
Key for an application specific parameter for the placement of volumes in the volume group |
| value |
string |
Value for an application specific parameter for the placement of volumes in the volume group |
RemotePath
The full path to a volume that is to be migrated into ANF. Required for Migration volumes
| Name | Type | Description |
|---|---|---|
| externalHostName |
string |
The Path to a ONTAP Host |
| serverName |
string |
The name of a server on the ONTAP Host |
| volumeName |
string |
The name of a volume on the server |
ReplicationObject
Replication properties
| Name | Type | Description |
|---|---|---|
| destinationReplications |
A list of destination replications |
|
| endpointType |
Indicates whether the local volume is the source or destination for the Volume Replication |
|
| remotePath |
The full path to a volume that is to be migrated into ANF. Required for Migration volumes |
|
| remoteVolumeRegion |
string |
The remote region for the other end of the Volume Replication. |
| remoteVolumeResourceId |
string |
The resource ID of the remote volume. Required for cross region and cross zone replication |
| replicationId |
string |
Id |
| replicationSchedule |
Schedule |
ReplicationSchedule
Schedule
| Value | Description |
|---|---|
| _10minutely | |
| hourly | |
| daily |
ReplicationType
Indicates whether the replication is cross zone or cross region.
| Value | Description |
|---|---|
| CrossRegionReplication |
Cross region replication |
| CrossZoneReplication |
Cross zone replication |
SecurityStyle
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
| Value | Description |
|---|---|
| ntfs | |
| unix |
ServiceLevel
The service level of the file system
| Value | Description |
|---|---|
| Standard |
Standard service level |
| Premium |
Premium service level |
| Ultra |
Ultra service level |
| StandardZRS |
Zone redundant storage service level. This will be deprecated soon. |
| Flexible |
Flexible service level |
SmbAccessBasedEnumeration
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
| Value | Description |
|---|---|
| Disabled |
smbAccessBasedEnumeration share setting is disabled |
| Enabled |
smbAccessBasedEnumeration share setting is enabled |
SmbNonBrowsable
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
| Value | Description |
|---|---|
| Disabled |
smbNonBrowsable share setting is disabled |
| Enabled |
smbNonBrowsable share setting is enabled |
systemData
Metadata pertaining to creation and last modification of the resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
| createdBy |
string |
The identity that created the resource. |
| createdByType |
The type of identity that created the resource. |
|
| lastModifiedAt |
string (date-time) |
The timestamp of resource last modification (UTC) |
| lastModifiedBy |
string |
The identity that last modified the resource. |
| lastModifiedByType |
The type of identity that last modified the resource. |
Volume
Volume resource
| Name | Type | Default value | Description |
|---|---|---|---|
| etag |
string |
"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.") |
|
| id |
string (arm-id) |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
|
| location |
string |
The geo-location where the resource lives |
|
| name |
string |
The name of the resource |
|
| properties.acceptGrowCapacityPoolForShortTermCloneSplit |
While auto splitting the short term clone volume, if the parent pool does not have enough space to accommodate the volume after split, it will be automatically resized, which will lead to increased billing. To accept capacity pool size auto grow and create a short term clone volume, set the property as accepted. |
||
| properties.actualThroughputMibps |
number (float) |
Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel |
|
| properties.avsDataStore | Disabled |
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose |
|
| properties.backupId |
string (arm-id) |
Resource identifier used to identify the Backup. |
|
| properties.baremetalTenantId |
string |
Unique Baremetal Tenant Identifier. |
|
| properties.capacityPoolResourceId |
string |
Pool Resource Id used in case of creating a volume through volume group |
|
| properties.cloneProgress |
integer (int32) |
When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning. |
|
| properties.coolAccess |
boolean |
False |
Specifies whether Cool Access(tiering) is enabled for the volume. |
| properties.coolAccessRetrievalPolicy |
coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage. |
||
| properties.coolAccessTieringPolicy |
coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier. |
||
| properties.coolnessPeriod |
integer (int32) minimum: 2maximum: 183 |
Specifies the number of days after which data that is not accessed by clients will be tiered. |
|
| properties.creationToken |
string minLength: 1maxLength: 80 pattern: ^[a-zA-Z][a-zA-Z0-9\-]{0,79}$ |
A unique file path for the volume. Used when creating mount targets |
|
| properties.dataProtection |
DataProtection type volumes include an object containing details of the replication |
||
| properties.dataStoreResourceId |
string[] |
Data store resource unique identifier |
|
| properties.defaultGroupQuotaInKiBs |
integer (int64) |
0 |
Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. |
| properties.defaultUserQuotaInKiBs |
integer (int64) |
0 |
Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . |
| properties.deleteBaseSnapshot |
boolean |
If enabled (true) the snapshot the volume was created from will be automatically deleted after the volume create operation has finished. Defaults to false |
|
| properties.effectiveNetworkFeatures | Basic |
The effective value of the network features type available to the volume, or current effective state of update. |
|
| properties.enableSubvolumes | Disabled |
Flag indicating whether subvolume operations are enabled on the volume |
|
| properties.encrypted |
boolean |
Specifies if the volume is encrypted or not. Only available on volumes created or updated after 2022-01-01. |
|
| properties.encryptionKeySource | Microsoft.NetApp |
Source of key used to encrypt data in volume. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault' |
|
| properties.exportPolicy |
Set of export policy rules |
||
| properties.fileAccessLogs | Disabled |
Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume. |
|
| properties.fileSystemId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
Unique FileSystem Identifier. |
|
| properties.inheritedSizeInBytes |
integer (int64) |
Space shared by short term clone volume with parent volume in bytes. |
|
| properties.isDefaultQuotaEnabled |
boolean |
False |
Specifies if default quota is enabled for the volume. |
| properties.isLargeVolume |
boolean |
False |
Specifies whether volume is a Large Volume or Regular Volume. |
| properties.isRestoring |
boolean |
Restoring |
|
| properties.kerberosEnabled |
boolean |
False |
Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later |
| properties.keyVaultPrivateEndpointResourceId |
string |
The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'. |
|
| properties.ldapEnabled |
boolean |
False |
Specifies whether LDAP is enabled or not for a given NFS volume. |
| properties.maximumNumberOfFiles |
integer (int64) |
Maximum number of files allowed. Needs a service request in order to be changed. Only allowed to be changed if volume quota is more than 4TiB. |
|
| properties.mountTargets |
List of mount targets |
||
| properties.networkFeatures | Basic |
The original value of the network features type available to the volume at the time it was created. |
|
| properties.networkSiblingSetId |
string minLength: 36maxLength: 36 pattern: ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ |
Network Sibling Set ID for the the group of volumes sharing networking resources. |
|
| properties.originatingResourceId |
string |
Id of the snapshot or backup that the volume is restored from. |
|
| properties.placementRules |
Application specific placement rules for the particular volume |
||
| properties.protocolTypes |
string[] |
Set of protocol types, default NFSv3, CIFS for SMB protocol |
|
| properties.provisionedAvailabilityZone |
string |
The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides. |
|
| properties.provisioningState |
string |
Azure lifecycle management |
|
| properties.proximityPlacementGroup |
string |
Proximity placement group associated with the volume |
|
| properties.securityStyle | unix |
The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol |
|
| properties.serviceLevel | Premium |
The service level of the file system |
|
| properties.smbAccessBasedEnumeration |
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume |
||
| properties.smbContinuouslyAvailable |
boolean |
False |
Enables continuously available share property for smb volume. Only applicable for SMB volume |
| properties.smbEncryption |
boolean |
False |
Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later |
| properties.smbNonBrowsable |
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume |
||
| properties.snapshotDirectoryVisible |
boolean |
True |
If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (defaults to true). |
| properties.snapshotId |
string (arm-id) |
Resource identifier used to identify the Snapshot. |
|
| properties.storageToNetworkProximity |
Provides storage to network proximity information for the volume. |
||
| properties.subnetId |
string |
The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes |
|
| properties.t2Network |
string |
T2 network information |
|
| properties.throughputMibps |
number (float) |
Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume |
|
| properties.unixPermissions |
string minLength: 4maxLength: 4 |
UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. |
|
| properties.usageThreshold |
integer (int64) minimum: 53687091200maximum: 2638827906662400 |
0 |
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. For regular volumes, valid values are in the range 50GiB to 100TiB. For large volumes, valid values are in the range 100TiB to 500TiB, and on an exceptional basis, from to 2400GiB to 2400TiB. Values expressed in bytes as multiples of 1 GiB. |
| properties.volumeGroupName |
string |
Volume Group Name |
|
| properties.volumeSpecName |
string |
Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log |
|
| properties.volumeType |
string |
What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection. For creating clone volume, set type to ShortTermClone |
|
| systemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
||
| tags |
object |
Resource tags. |
|
| type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
|
| zones |
string[] |
The availability zones. |
VolumeBackupProperties
Volume Backup Properties
| Name | Type | Description |
|---|---|---|
| backupPolicyId |
string (arm-id) |
Backup Policy Resource ID |
| backupVaultId |
string (arm-id) |
Backup Vault Resource ID |
| policyEnforced |
boolean |
Policy Enforced |
VolumeList
List of volume resources
| Name | Type | Description |
|---|---|---|
| nextLink |
string (uri) |
The link to the next page of items |
| value |
Volume[] |
The Volume items on this page |
VolumePropertiesDataProtection
DataProtection type volumes include an object containing details of the replication
| Name | Type | Description |
|---|---|---|
| backup |
Backup Properties |
|
| replication |
Replication properties |
|
| snapshot |
Snapshot properties. |
|
| volumeRelocation |
VolumeRelocation properties |
VolumePropertiesExportPolicy
Set of export policy rules
| Name | Type | Description |
|---|---|---|
| rules |
Export policy rule |
VolumeRelocationProperties
Volume relocation properties
| Name | Type | Description |
|---|---|---|
| readyToBeFinalized |
boolean |
Has relocation finished and is ready to be cleaned up |
| relocationRequested |
boolean |
Has relocation been requested for this volume |
VolumeSnapshotProperties
Volume Snapshot Properties
| Name | Type | Description |
|---|---|---|
| snapshotPolicyId |
string |
Snapshot Policy ResourceId |
VolumeStorageToNetworkProximity
Provides storage to network proximity information for the volume.
| Value | Description |
|---|---|
| Default |
Basic storage to network connectivity. |
| T1 |
Standard T1 storage to network connectivity. |
| T2 |
Standard T2 storage to network connectivity. |
| AcrossT2 |
Standard AcrossT2 storage to network connectivity. |