Share via


AmlFileSystemSquashMode Struct

Definition

Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.

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

Constructors

AmlFileSystemSquashMode(String)

Initializes a new instance of AmlFileSystemSquashMode.

Properties

All

All.

None

None.

RootOnly

RootOnly.

Methods

Equals(AmlFileSystemSquashMode)

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

Determines if two AmlFileSystemSquashMode values are the same.

Implicit(String to AmlFileSystemSquashMode)

Converts a string to a AmlFileSystemSquashMode.

Inequality(AmlFileSystemSquashMode, AmlFileSystemSquashMode)

Determines if two AmlFileSystemSquashMode values are not the same.

Applies to