ElasticExportPolicyRule Constructors

Definition

Overloads

ElasticExportPolicyRule()

Source:
ElasticExportPolicyRule.ElasticSerializationCompatibility.cs
Source:
ElasticExportPolicyRule.cs

Initializes a new instance of ElasticExportPolicyRule.

public ElasticExportPolicyRule();
Public Sub New ()

Applies to

ElasticExportPolicyRule(Nullable<Int32>, Nullable<ElasticUnixAccessRule>, Nullable<ElasticNfsv3Access>, Nullable<ElasticNfsv4Access>, IEnumerable<String>, Nullable<ElasticRootAccess>)

Source:
ElasticExportPolicyRule.ElasticCompatibility.cs
public ElasticExportPolicyRule(int? ruleIndex = default, Azure.ResourceManager.NetApp.Models.ElasticUnixAccessRule? unixAccessRule = default, Azure.ResourceManager.NetApp.Models.ElasticNfsv3Access? nfsv3 = default, Azure.ResourceManager.NetApp.Models.ElasticNfsv4Access? nfsv4 = default, System.Collections.Generic.IEnumerable<string> allowedClients = default, Azure.ResourceManager.NetApp.Models.ElasticRootAccess? rootAccess = default);
new Azure.ResourceManager.NetApp.Models.ElasticExportPolicyRule : Nullable<int> * Nullable<Azure.ResourceManager.NetApp.Models.ElasticUnixAccessRule> * Nullable<Azure.ResourceManager.NetApp.Models.ElasticNfsv3Access> * Nullable<Azure.ResourceManager.NetApp.Models.ElasticNfsv4Access> * seq<string> * Nullable<Azure.ResourceManager.NetApp.Models.ElasticRootAccess> -> Azure.ResourceManager.NetApp.Models.ElasticExportPolicyRule
Public Sub New (Optional ruleIndex As Nullable(Of Integer) = Nothing, Optional unixAccessRule As Nullable(Of ElasticUnixAccessRule) = Nothing, Optional nfsv3 As Nullable(Of ElasticNfsv3Access) = Nothing, Optional nfsv4 As Nullable(Of ElasticNfsv4Access) = Nothing, Optional allowedClients As IEnumerable(Of String) = Nothing, Optional rootAccess As Nullable(Of ElasticRootAccess) = Nothing)

Parameters

ruleIndex
Nullable<Int32>
allowedClients
IEnumerable<String>

Applies to