NfsAccessPolicy 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
NfsAccessPolicy() |
Initializes a new instance of the NfsAccessPolicy class. |
NfsAccessPolicy(String, IList<NfsAccessRule>) |
Initializes a new instance of the NfsAccessPolicy class. |
NfsAccessPolicy()
Initializes a new instance of the NfsAccessPolicy class.
public NfsAccessPolicy ();
Public Sub New ()
Applies to
NfsAccessPolicy(String, IList<NfsAccessRule>)
Initializes a new instance of the NfsAccessPolicy class.
public NfsAccessPolicy (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NfsAccessRule> accessRules);
new Microsoft.Azure.Management.StorageCache.Models.NfsAccessPolicy : string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageCache.Models.NfsAccessRule> -> Microsoft.Azure.Management.StorageCache.Models.NfsAccessPolicy
Public Sub New (name As String, accessRules As IList(Of NfsAccessRule))
Parameters
- name
- String
Name identifying this policy. Access Policy names are not case sensitive.
- accessRules
- IList<NfsAccessRule>
The set of rules describing client accesses allowed under this policy.
Applies to
Azure SDK for .NET