StorageMount Class

Definition

Server farm storage mount configuration. Serialized Name: StorageMount

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

Constructors

Name Description
StorageMount()

Initializes a new instance of StorageMount.

Properties

Name Description
CredentialsKeyVaultReference

KV reference to the credentials to connect to the share. Serialized Name: StorageMount.credentialsKeyVaultReference

DestinationPath

Path on worker where storage will be mounted. Serialized Name: StorageMount.destinationPath

MountType

Type of the storage mount. Serialized Name: StorageMount.type

Name

Name of the storage mount. Serialized Name: StorageMount.name

Source

Source of the fileshare/storage. Serialized Name: StorageMount.source

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<StorageMount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageMount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageMount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageMount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to