Share via


FileStorageInfo Class

Definition

File storage information.

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

Properties

Headers

Dictionary of <string>.

Uri

A URI that can be used to access the file content.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FileStorageInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FileStorageInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FileStorageInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileStorageInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FileStorageInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to