ElasticUnixAccessRule Struct
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.
Unix access rule.
public readonly struct ElasticUnixAccessRule : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticUnixAccessRule>
type ElasticUnixAccessRule = struct
Public Structure ElasticUnixAccessRule
Implements IEquatable(Of ElasticUnixAccessRule)
- Inheritance
-
ElasticUnixAccessRule
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticUnixAccessRule(String) |
Initializes a new instance of ElasticUnixAccessRule. |
Properties
| Name | Description |
|---|---|
| NoAccess |
Clients connecting with this rule will have no access to the volume. |
| ReadOnly |
Clients connecting with this rule will only have read access to the volume. |
| ReadWrite |
Clients connecting with this rule will have full read and write access to the volume. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticUnixAccessRule) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ElasticUnixAccessRule, ElasticUnixAccessRule) |
Determines if two ElasticUnixAccessRule values are the same. |
| Implicit(String to ElasticUnixAccessRule) |
Converts a string to a ElasticUnixAccessRule. |
| Implicit(String to Nullable<ElasticUnixAccessRule>) | |
| Inequality(ElasticUnixAccessRule, ElasticUnixAccessRule) |
Determines if two ElasticUnixAccessRule values are not the same. |