Share via


ICluster.WorkloadResourceId Property

Definition

The list of workload resource IDs that are hosted within this cluster.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of workload resource IDs that are hosted within this cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="workloadResourceIds", Update=false)]
public System.Collections.Generic.List<string> WorkloadResourceId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The list of workload resource IDs that are hosted within this cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="workloadResourceIds", Update=false)>]
member this.WorkloadResourceId : System.Collections.Generic.List<string>
Public ReadOnly Property WorkloadResourceId As List(Of String)

Property Value

Attributes

Applies to