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>
public class PerNodeArcState
type PerNodeArcState = class
interface IJsonModel<PerNodeArcState>
interface IPersistableModel<PerNodeArcState>
type PerNodeArcState = class
Public Class PerNodeArcState
Implements IJsonModel(Of PerNodeArcState), IPersistableModel(Of PerNodeArcState)
Public Class PerNodeArcState
- Inheritance
-
PerNodeArcState
- Implements
Properties
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 Arc agent in this node. |
Explicit Interface Implementations
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
Azure SDK for .NET