ElasticExportPolicyRule 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
ElasticExportPolicyRule()
- 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>)
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
- unixAccessRule
- Nullable<ElasticUnixAccessRule>
- nfsv3
- Nullable<ElasticNfsv3Access>
- nfsv4
- Nullable<ElasticNfsv4Access>
- allowedClients
- IEnumerable<String>
- rootAccess
- Nullable<ElasticRootAccess>