BatchMountConfiguration 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.
The file system to mount on each node.
public class BatchMountConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchMountConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchMountConfiguration>
public class BatchMountConfiguration
type BatchMountConfiguration = class
interface IJsonModel<BatchMountConfiguration>
interface IPersistableModel<BatchMountConfiguration>
type BatchMountConfiguration = class
Public Class BatchMountConfiguration
Implements IJsonModel(Of BatchMountConfiguration), IPersistableModel(Of BatchMountConfiguration)
Public Class BatchMountConfiguration
- Inheritance
-
BatchMountConfiguration
- Implements
Constructors
BatchMountConfiguration() |
Initializes a new instance of BatchMountConfiguration. |
Properties
BlobFileSystemConfiguration |
This property is mutually exclusive with all other properties. |
CifsMountConfiguration |
This property is mutually exclusive with all other properties. |
FileShareConfiguration |
This property is mutually exclusive with all other properties. |
NfsMountConfiguration |
This property is mutually exclusive with all other properties. |
Explicit Interface Implementations
IJsonModel<BatchMountConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BatchMountConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BatchMountConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BatchMountConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BatchMountConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |