MountFileShareConfiguration Class

Definition

Gets or sets the file share configuration where the transport directory fileshare already exists, and user wishes to mount the fileshare as a part of the create infra flow.

public class MountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration
public class MountFileShareConfiguration : Azure.ResourceManager.Workloads.Models.FileShareConfiguration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.MountFileShareConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.MountFileShareConfiguration>
type MountFileShareConfiguration = class
    inherit FileShareConfiguration
type MountFileShareConfiguration = class
    inherit FileShareConfiguration
    interface IJsonModel<MountFileShareConfiguration>
    interface IPersistableModel<MountFileShareConfiguration>
Public Class MountFileShareConfiguration
Inherits FileShareConfiguration
Public Class MountFileShareConfiguration
Inherits FileShareConfiguration
Implements IJsonModel(Of MountFileShareConfiguration), IPersistableModel(Of MountFileShareConfiguration)
Inheritance
MountFileShareConfiguration
Implements

Constructors

MountFileShareConfiguration(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of MountFileShareConfiguration.

Properties

FileShareId

The fileshare resource ID.

PrivateEndpointId

The private endpoint resource ID.

Explicit Interface Implementations

IJsonModel<FileShareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FileShareConfiguration)
IJsonModel<FileShareConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FileShareConfiguration)
IJsonModel<MountFileShareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MountFileShareConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileShareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FileShareConfiguration)
IPersistableModel<FileShareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FileShareConfiguration)
IPersistableModel<FileShareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FileShareConfiguration)
IPersistableModel<MountFileShareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MountFileShareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MountFileShareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to