ArmHciModelFactory.PerNodeArcState Method
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 static Azure.ResourceManager.Hci.Models.PerNodeArcState PerNodeArcState(string name = default, string arcInstance = default, Guid? arcNodeServicePrincipalObjectId = default, Azure.ResourceManager.Hci.Models.NodeArcState? state = default);
static member PerNodeArcState : string * string * Nullable<Guid> * Nullable<Azure.ResourceManager.Hci.Models.NodeArcState> -> Azure.ResourceManager.Hci.Models.PerNodeArcState
Public Shared Function PerNodeArcState (Optional name As String = Nothing, Optional arcInstance As String = Nothing, Optional arcNodeServicePrincipalObjectId As Nullable(Of Guid) = Nothing, Optional state As Nullable(Of NodeArcState) = Nothing) As PerNodeArcState
Parameters
- name
- String
Name of the Node in HCI Cluster.
- arcInstance
- String
Fully qualified resource ID for the Arc agent of this node.
- state
- Nullable<NodeArcState>
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.
Returns
A new PerNodeArcState instance for mocking.