VolumePatchProperties 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
VolumePatchProperties() |
Initializes a new instance of the VolumePatchProperties class. |
VolumePatchProperties(String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, IList<String>, Nullable<Double>, VolumePatchPropertiesDataProtection, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the VolumePatchProperties class. |
VolumePatchProperties()
Initializes a new instance of the VolumePatchProperties class.
public VolumePatchProperties ();
Public Sub New ()
Applies to
VolumePatchProperties(String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, IList<String>, Nullable<Double>, VolumePatchPropertiesDataProtection, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String)
Initializes a new instance of the VolumePatchProperties class.
public VolumePatchProperties (string serviceLevel = default, long? usageThreshold = default, Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy exportPolicy = default, System.Collections.Generic.IList<string> protocolTypes = default, double? throughputMibps = default, Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection 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.VolumePatchProperties : string * Nullable<int64> * Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesExportPolicy * System.Collections.Generic.IList<string> * Nullable<double> * Microsoft.Azure.Management.NetApp.Models.VolumePatchPropertiesDataProtection * Nullable<bool> * Nullable<int64> * Nullable<int64> * string * Nullable<bool> * Nullable<int> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.NetApp.Models.VolumePatchProperties
Public Sub New (Optional serviceLevel As String = Nothing, Optional usageThreshold As Nullable(Of Long) = Nothing, Optional exportPolicy As VolumePatchPropertiesExportPolicy = Nothing, Optional protocolTypes As IList(Of String) = Nothing, Optional throughputMibps As Nullable(Of Double) = Nothing, Optional dataProtection As VolumePatchPropertiesDataProtection = 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
- 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. 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.
- 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
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'