Share via


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

NfsAccessRuleScope(String)

Initializes a new instance of NfsAccessRuleScope.

Properties

Default

default.

Host

host.

Network

network.

Methods

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

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