Share via


ArmHciModelFactory.PerNodeArcState Method

Definition

Initializes a new instance of PerNodeArcState.

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.

arcNodeServicePrincipalObjectId
Nullable<Guid>

The service principal id of the arc for server node.

state
Nullable<NodeArcState>

State of Arc agent in this node.

Returns

A new PerNodeArcState instance for mocking.

Applies to