Aracılığıyla paylaş


VolumePatchProperties Constructors

Definition

Overloads

VolumePatchProperties()

Initializes a new instance of the VolumePatchProperties class.

VolumePatchProperties(String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, 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(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, 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, 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 * 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 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'

usageThreshold
Nullable<Int64>

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

throughputMibps
Nullable<Double>

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

isDefaultQuotaEnabled
Nullable<Boolean>

Specifies if default quota is enabled for the volume.

defaultUserQuotaInKiBs
Nullable<Int64>

Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .

defaultGroupQuotaInKiBs
Nullable<Int64>

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.

coolAccess
Nullable<Boolean>

Specifies whether Cool Access(tiering) is enabled for the volume.

coolnessPeriod
Nullable<Int32>

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'

snapshotDirectoryVisible
Nullable<Boolean>

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'

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'

usageThreshold
Nullable<Int64>

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

protocolTypes
IList<String>

Set of protocol types, default NFSv3, CIFS for SMB protocol

throughputMibps
Nullable<Double>

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

isDefaultQuotaEnabled
Nullable<Boolean>

Specifies if default quota is enabled for the volume.

defaultUserQuotaInKiBs
Nullable<Int64>

Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies .

defaultGroupQuotaInKiBs
Nullable<Int64>

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.

coolAccess
Nullable<Boolean>

Specifies whether Cool Access(tiering) is enabled for the volume.

coolnessPeriod
Nullable<Int32>

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'

snapshotDirectoryVisible
Nullable<Boolean>

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'

Applies to