共用方式為


EdgeFileSourceInfo Class

Definition

File source details.

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

Constructors

EdgeFileSourceInfo(ResourceIdentifier)

Initializes a new instance of EdgeFileSourceInfo.

Properties

ShareId

File share ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EdgeFileSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EdgeFileSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EdgeFileSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EdgeFileSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EdgeFileSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to