BatchFileShareConfiguration Class

Definition

Information used to connect to an Azure Fileshare.

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

Constructors

BatchFileShareConfiguration(String, Uri, String, String)

Initializes a new instance of BatchFileShareConfiguration.

Properties

AccountKey

The Azure Storage account key.

AccountName

The Azure Storage account name.

FileUri

This is of the form 'https://{account}.file.core.windows.net/'.

MountOptions

These are 'net use' options in Windows and 'mount' options in Linux.

RelativeMountPath

All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.

Explicit Interface Implementations

IJsonModel<BatchFileShareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchFileShareConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchFileShareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchFileShareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchFileShareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to