IDeploymentSettingsProperties.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=true, SerializedName="arcNodeResourceIds", Update=true)]
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=true, SerializedName="arcNodeResourceIds", Update=true)>]
member this.ArcNodeResourceId : System.Collections.Generic.List<string> with get, set
Public Property ArcNodeResourceId As List(Of String)

Property Value

Attributes

Applies to