SkipFileShareConfiguration Class

Definition

Gets or sets the file share configuration for scenarios where transport directory fileshare is not created or required.

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

Constructors

SkipFileShareConfiguration()

Initializes a new instance of SkipFileShareConfiguration.

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<SkipFileShareConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SkipFileShareConfiguration>.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<SkipFileShareConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SkipFileShareConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SkipFileShareConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to