BatchNfsMountConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information used to connect to an NFS file system.
public class BatchNfsMountConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchNfsMountConfiguration>
public class BatchNfsMountConfiguration
type BatchNfsMountConfiguration = class
interface IJsonModel<BatchNfsMountConfiguration>
interface IPersistableModel<BatchNfsMountConfiguration>
type BatchNfsMountConfiguration = class
Public Class BatchNfsMountConfiguration
Implements IJsonModel(Of BatchNfsMountConfiguration), IPersistableModel(Of BatchNfsMountConfiguration)
Public Class BatchNfsMountConfiguration
- Inheritance
-
BatchNfsMountConfiguration
- Implements
Constructors
BatchNfsMountConfiguration(String, String) |
Initializes a new instance of BatchNfsMountConfiguration. |
Properties
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. |
Source |
The URI of the file system to mount. |
Explicit Interface Implementations
IJsonModel<BatchNfsMountConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchNfsMountConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchNfsMountConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchNfsMountConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchNfsMountConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET