Share via


RootSquashType Struct

Definition

The property is for NFS share only. The default is NoRootSquash.

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

Constructors

RootSquashType(String)

Initializes a new instance of RootSquashType.

Properties

AllSquash

AllSquash.

NoRootSquash

NoRootSquash.

RootSquash

RootSquash.

Methods

Equals(RootSquashType)

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

Determines if two RootSquashType values are the same.

Implicit(String to RootSquashType)

Converts a string to a RootSquashType.

Inequality(RootSquashType, RootSquashType)

Determines if two RootSquashType values are not the same.

Applies to