BatchBlobFileSystemConfiguration Class

Definition

Information used to connect to an Azure Storage Container using Blobfuse.

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

Constructors

BatchBlobFileSystemConfiguration(String, String, String)

Initializes a new instance of BatchBlobFileSystemConfiguration.

Properties

AccountKey

This property is mutually exclusive with both sasKey and identity; exactly one must be specified.

AccountName

The Azure Storage Account name.

BlobfuseOptions

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

ContainerName

The Azure Blob Storage Container name.

IdentityResourceId

The ARM resource id of the user assigned identity.

RelativeMountPath

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

SasKey

This property is mutually exclusive with both accountKey and identity; exactly one must be specified.

Explicit Interface Implementations

IJsonModel<BatchBlobFileSystemConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchBlobFileSystemConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchBlobFileSystemConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchBlobFileSystemConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchBlobFileSystemConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to