PerNodeArcState Class

Definition

Status of Arc agent for a particular node in HCI Cluster.

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

Properties

Name Description
ArcInstance

Fully qualified resource ID for the Arc agent of this node.

ArcNodeServicePrincipalObjectId

The service principal id of the arc for server node.

Name

Name of the Node in HCI Cluster.

State

State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<PerNodeArcState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PerNodeArcState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PerNodeArcState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PerNodeArcState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to