ICluster.WorkloadResourceId Property
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.
The list of workload resource IDs that are hosted within this cluster.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of workload resource IDs that are hosted within this cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="workloadResourceIds")]
public string[] WorkloadResourceId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of workload resource IDs that are hosted within this cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="workloadResourceIds")>]
member this.WorkloadResourceId : string[]
Public ReadOnly Property WorkloadResourceId As String()
Property Value
String[]
- Attributes