Sdílet prostřednictvím


FilesNotTieringError Class

Definition

Files not tiering error object.

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

Properties

ErrorCode

Error code (HResult).

FileCount

Count of files with this error.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FilesNotTieringError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FilesNotTieringError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FilesNotTieringError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FilesNotTieringError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FilesNotTieringError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to