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.
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.
- state
- Nullable<NodeArcState>
State of Arc agent in this node.
Returns
A new PerNodeArcState instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET