BatchCifsMountConfiguration Class

Definition

Information used to connect to a CIFS file system.

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

Constructors

BatchCifsMountConfiguration(String, String, String, String)

Initializes a new instance of BatchCifsMountConfiguration.

Properties

MountOptions

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

Password

The password to use for authentication against the CIFS file system.

RelativeMountPath

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

Source

The URI of the file system to mount.

Username

The user to use for authentication against the CIFS file system.

Explicit Interface Implementations

IJsonModel<BatchCifsMountConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchCifsMountConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchCifsMountConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchCifsMountConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchCifsMountConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to