IDeploymentSetting.ArcNodeResourceId Property

Definition

Azure resource ids of Arc machines to be part of cluster.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Azure resource ids of Arc machines to be part of cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="arcNodeResourceIds", Update=false)]
public System.Collections.Generic.List<string> ArcNodeResourceId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Azure resource ids of Arc machines to be part of cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="arcNodeResourceIds", Update=false)>]
member this.ArcNodeResourceId : System.Collections.Generic.List<string> with get, set
Public Property ArcNodeResourceId As List(Of String)

Property Value

Attributes

Applies to