NfsAccessRuleAccess 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.
Access allowed by this rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleAccessTypeConverter))]
public struct NfsAccessRuleAccess : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleAccess>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleAccessTypeConverter))>]
type NfsAccessRuleAccess = struct
interface IArgumentCompleter
Public Structure NfsAccessRuleAccess
Implements IArgumentCompleter, IEquatable(Of NfsAccessRuleAccess)
- Inheritance
-
NfsAccessRuleAccess
- Attributes
- Implements
Fields
No | |
Ro | |
Rw |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NfsAccessRuleAccess) |
Compares values of enum type NfsAccessRuleAccess |
Equals(Object) |
Compares values of enum type NfsAccessRuleAccess (override for Object) |
GetHashCode() |
Returns hashCode for enum NfsAccessRuleAccess |
ToString() |
Returns string representation for NfsAccessRuleAccess |
Operators
Equality(NfsAccessRuleAccess, NfsAccessRuleAccess) |
Overriding == operator for enum NfsAccessRuleAccess |
Implicit(NfsAccessRuleAccess to String) |
Implicit operator to convert NfsAccessRuleAccess to string |
Implicit(String to NfsAccessRuleAccess) |
Implicit operator to convert string to NfsAccessRuleAccess |
Inequality(NfsAccessRuleAccess, NfsAccessRuleAccess) |
Overriding != operator for enum NfsAccessRuleAccess |