PerNodeArcState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |