Condividi tramite


NfsAccessRuleAccess Struct

Definition

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

Applies to