共用方式為


DistributedNodesInfo Class

Definition

This is used to represent the various nodes of the distributed container.

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

Constructors

DistributedNodesInfo()

Initializes a new instance of DistributedNodesInfo.

Properties

ErrorDetail

Error Details if the Status is non-success.

NodeName

Name of the node under a distributed container.

SourceResourceId

ARM resource id of the node.

Status

Status of this Node. Failed | Succeeded

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DistributedNodesInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DistributedNodesInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DistributedNodesInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DistributedNodesInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DistributedNodesInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to