AmlFileSystemRootSquashSettings Class
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.
AML file system squash settings.
public class AmlFileSystemRootSquashSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemRootSquashSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.AmlFileSystemRootSquashSettings>
type AmlFileSystemRootSquashSettings = class
interface IJsonModel<AmlFileSystemRootSquashSettings>
interface IPersistableModel<AmlFileSystemRootSquashSettings>
Public Class AmlFileSystemRootSquashSettings
Implements IJsonModel(Of AmlFileSystemRootSquashSettings), IPersistableModel(Of AmlFileSystemRootSquashSettings)
- Inheritance
-
AmlFileSystemRootSquashSettings
- Implements
Constructors
AmlFileSystemRootSquashSettings() |
Initializes a new instance of AmlFileSystemRootSquashSettings. |
Properties
Mode |
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. |
NoSquashNidLists |
Semicolon separated NID IP Address list(s) to be added to the TrustedSystems. |
SquashGID |
Group ID to squash to. |
SquashUID |
User ID to squash to. |
Status |
AML file system squash status. |
Explicit Interface Implementations
IJsonModel<AmlFileSystemRootSquashSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AmlFileSystemRootSquashSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AmlFileSystemRootSquashSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AmlFileSystemRootSquashSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AmlFileSystemRootSquashSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET