Sdílet prostřednictvím


ServerEndpointFilesNotSyncingError Class

Definition

Files not syncing error object.

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

Properties

ErrorCode

Error code (HResult).

PersistentCount

Count of persistent files not syncing with the specified error code.

TransientCount

Count of transient files not syncing with the specified error code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServerEndpointFilesNotSyncingError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerEndpointFilesNotSyncingError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerEndpointFilesNotSyncingError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerEndpointFilesNotSyncingError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerEndpointFilesNotSyncingError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to