NfsAccessPolicy Class
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.
A set of rules describing access policies applied to NFSv3 clients of the cache.
public class NfsAccessPolicy
type NfsAccessPolicy = class
Public Class NfsAccessPolicy
- Inheritance
-
NfsAccessPolicy
Constructors
NfsAccessPolicy() |
Initializes a new instance of the NfsAccessPolicy class. |
NfsAccessPolicy(String, IList<NfsAccessRule>) |
Initializes a new instance of the NfsAccessPolicy class. |
Properties
AccessRules |
Gets or sets the set of rules describing client accesses allowed under this policy. |
Name |
Gets or sets name identifying this policy. Access Policy names are not case sensitive. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET