Udostępnij przez


NfsAccessRuleScope Struct

Definition

Scope for this rule. The scope and filter determine which clients match the rule.

public readonly struct NfsAccessRuleScope : IEquatable<Azure.ResourceManager.StorageCache.Models.NfsAccessRuleScope>
type NfsAccessRuleScope = struct
Public Structure NfsAccessRuleScope
Implements IEquatable(Of NfsAccessRuleScope)
Inheritance
NfsAccessRuleScope
Implements

Constructors

Name Description
NfsAccessRuleScope(String)

Initializes a new instance of NfsAccessRuleScope.

Properties

Name Description
Default

default.

Host

host.

Network

network.

Methods

Name Description
Equals(NfsAccessRuleScope)

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(NfsAccessRuleScope, NfsAccessRuleScope)

Determines if two NfsAccessRuleScope values are the same.

Implicit(String to NfsAccessRuleScope)

Converts a String to a NfsAccessRuleScope.

Inequality(NfsAccessRuleScope, NfsAccessRuleScope)

Determines if two NfsAccessRuleScope values are not the same.

Applies to