Share via


IResourceIdList.Resourceid Property

Definition

The list of resource IDs to query metrics for.

[Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The list of resource IDs to query metrics for.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceids", Update=true)]
public System.Collections.Generic.List<string> Resourceid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.Info(Create=true, Description="The list of resource IDs to query metrics for.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceids", Update=true)>]
member this.Resourceid : System.Collections.Generic.List<string> with get, set
Public Property Resourceid As List(Of String)

Property Value

Attributes

Applies to