IGraphQueryProperties.ResultKind 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.
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