Share via


RegisteredClusterNodes Class

Definition

Extended location of the resource.

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

Constructors

Name Description
RegisteredClusterNodes()

Initializes a new instance of RegisteredClusterNodes.

Properties

Name Description
BiosId

The BIOS ID.

ClusterNodeFqdn

The cluster node name.

IsSharedDiskVirtualNode

A value indicating whether this represents virtual entity hosting all the shared disks.

MachineId

The machine ID.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RegisteredClusterNodes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegisteredClusterNodes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegisteredClusterNodes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegisteredClusterNodes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegisteredClusterNodes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to