你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGraphQueryResource.ResultKind Property

Definition

Enum indicating a type of graph query.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Description="Enum indicating a type of graph query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Support.ResultKind) }, ReadOnly=true, Required=false, SerializedName="resultKind")]
public Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Support.ResultKind? ResultKind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Description="Enum indicating a type of graph query.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Support.ResultKind) }, ReadOnly=true, Required=false, SerializedName="resultKind")>]
member this.ResultKind : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Support.ResultKind>
Public ReadOnly Property ResultKind As Nullable(Of ResultKind)

Property Value

Attributes

Applies to