Share via


IQueryResult.Row Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="Array of rows", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rows", Update=true)]
public System.Collections.Generic.List<System.Collections.Generic.List<string>> Row { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Create=true, Description="Array of rows", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rows", Update=true)>]
member this.Row : System.Collections.Generic.List<System.Collections.Generic.List<string>> with get, set
Public Property Row As List(Of List(Of String))

Property Value

Attributes

Applies to