Share via


DefinedFileSystemConfiguration Class

Definition

Predefined configurations for the file system.

public class DefinedFileSystemConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.DefinedFileSystemConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.DefinedFileSystemConfiguration>
type DefinedFileSystemConfiguration = class
    interface IJsonModel<DefinedFileSystemConfiguration>
    interface IPersistableModel<DefinedFileSystemConfiguration>
Public Class DefinedFileSystemConfiguration
Implements IJsonModel(Of DefinedFileSystemConfiguration), IPersistableModel(Of DefinedFileSystemConfiguration)
Inheritance
DefinedFileSystemConfiguration
Implements

Properties

Name Description
IsBackupPartition

Checks if the data can be backed up.

IsResizable

Checks if the mount path is resizable.

MinSizeGb

Minimum size of mount path in Gb.

MountPoint

Mount path for the file system.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DefinedFileSystemConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DefinedFileSystemConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DefinedFileSystemConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefinedFileSystemConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DefinedFileSystemConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to