NfsAccessRuleScope 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.
Scope for this rule. The scope and filter determine which clients match the rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScopeTypeConverter))]
public struct NfsAccessRuleScope : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScope>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Support.NfsAccessRuleScopeTypeConverter))>]
type NfsAccessRuleScope = struct
interface IArgumentCompleter
Public Structure NfsAccessRuleScope
Implements IArgumentCompleter, IEquatable(Of NfsAccessRuleScope)
- Inheritance
-
NfsAccessRuleScope
- Attributes
- Implements
Fields
Default | |
Host | |
Network |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NfsAccessRuleScope) |
Compares values of enum type NfsAccessRuleScope |
Equals(Object) |
Compares values of enum type NfsAccessRuleScope (override for Object) |
GetHashCode() |
Returns hashCode for enum NfsAccessRuleScope |
ToString() |
Returns string representation for NfsAccessRuleScope |
Operators
Equality(NfsAccessRuleScope, NfsAccessRuleScope) |
Overriding == operator for enum NfsAccessRuleScope |
Implicit(NfsAccessRuleScope to String) |
Implicit operator to convert NfsAccessRuleScope to string |
Implicit(String to NfsAccessRuleScope) |
Implicit operator to convert string to NfsAccessRuleScope |
Inequality(NfsAccessRuleScope, NfsAccessRuleScope) |
Overriding != operator for enum NfsAccessRuleScope |