VolumePatch_2022_11_01 Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VolumePatch_2022_11_01() |
Initializes a new instance of the VolumePatch class. |
VolumePatch_2022_11_01(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, Nullable<Double>, VolumePatchPropertiesDataProtection_2022_11_01, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the VolumePatch_2022_11_01 class. |
VolumePatch_2022_11_01()
Initializes a new instance of the VolumePatch class.
public VolumePatch_2022_11_01 ();
Public Sub New ()
Applies to
VolumePatch_2022_11_01(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, Nullable<Double>, VolumePatchPropertiesDataProtection_2022_11_01, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String)
Initializes a new instance of the VolumePatch_2022_11_01 class.
public VolumePatch_2022_11_01 (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string serviceLevel = default, long? usageThreshold = default, Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy exportPolicy = default, double? throughputMibps = default, Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01 dataProtection = default, bool? isDefaultQuotaEnabled = default, long? defaultUserQuotaInKiBs = default, long? defaultGroupQuotaInKiBs = default, string unixPermissions = default, bool? coolAccess = default, int? coolnessPeriod = default, string coolAccessRetrievalPolicy = default, bool? snapshotDirectoryVisible = default, string smbAccessBasedEnumeration = default, string smbNonBrowsable = default);
new Microsoft.Azure.Management.NetApp.Models.VolumePatch_2022_11_01 : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int64> * Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy * Nullable<double> * Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection_2022_11_01 * Nullable<bool> * Nullable<int64> * Nullable<int64> * string * Nullable<bool> * Nullable<int> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.NetApp.Models.VolumePatch_2022_11_01
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceLevel As String = Nothing, Optional usageThreshold As Nullable(Of Long) = Nothing, Optional exportPolicy As VolumePatchPropertiesExportPolicy = Nothing, Optional throughputMibps As Nullable(Of Double) = Nothing, Optional dataProtection As VolumePatchPropertiesDataProtection_2022_11_01 = Nothing, Optional isDefaultQuotaEnabled As Nullable(Of Boolean) = Nothing, Optional defaultUserQuotaInKiBs As Nullable(Of Long) = Nothing, Optional defaultGroupQuotaInKiBs As Nullable(Of Long) = Nothing, Optional unixPermissions As String = Nothing, Optional coolAccess As Nullable(Of Boolean) = Nothing, Optional coolnessPeriod As Nullable(Of Integer) = Nothing, Optional coolAccessRetrievalPolicy As String = Nothing, Optional snapshotDirectoryVisible As Nullable(Of Boolean) = Nothing, Optional smbAccessBasedEnumeration As String = Nothing, Optional smbNonBrowsable As String = Nothing)
Parameters
- location
- String
Resource location
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- tags
- IDictionary<String,String>
Resource tags
- serviceLevel
- String
The service level of the file system Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes.
- exportPolicy
- VolumePatchPropertiesExportPolicy
Set of export policy rules
Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume
- dataProtection
- VolumePatchPropertiesDataProtection_2022_11_01
DataProtection type volumes include an object containing details of the replication
Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .
Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.
- unixPermissions
- String
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.
Specifies the number of days after which data that is not accessed by clients will be tiered.
- coolAccessRetrievalPolicy
- String
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. Possible values include: 'Default', 'OnRead', 'Never'
If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots.
- smbAccessBasedEnumeration
- String
Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled'
- smbNonBrowsable
- String
Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled'