Volume
Manages a NetApp Volume.
Import
NetApp Volumes can be imported using the resource id
, e.g.
$ pulumi import azure:netapp/volume:Volume example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1
Properties
Indicates which network feature to use, accepted values are Basic
or Standard
, it defaults to Basic
if not defined. This is a feature in public preview and for more information about it and how to register, please refer to Configure network features for an Azure NetApp Files volume. Changing this forces a new resource to be created.
The target volume protocol expressed as a list. Supported single value include CIFS
, NFSv3
, or NFSv4.1
. If argument is not defined it will default to NFSv3
. Changing this forces a new resource to be created and data will be lost. Dual protocol scenario is supported for CIFS and NFSv3, for more information, please refer to Create a dual-protocol volume for Azure NetApp Files document.
Volume security style, accepted values are unix
or ntfs
. If not provided, single-protocol volume is created defaulting to unix
if it is NFSv3
or NFSv4.1
volume, if CIFS
, it will default to ntfs
. In a dual-protocol volume, if not provided, its value will be ntfs
. Changing this forces a new resource to be created.
Specifies the Availability Zone in which the Volume should be located. Possible values are 1
, 2
and 3
. Changing this forces a new resource to be created. This feature is currently in preview, for more information on how to enable it, please refer to Manage availability zone volume placement for Azure NetApp Files.