IGraphQueryResource.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.PSArgumentCompleter(new System.String[] { "basic" })]
[Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Create=false, Description="Enum indicating a type of graph query.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resultKind", Update=false)]
public string ResultKind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.PSArgumentCompleter(new System.String[] { "basic" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Create=false, Description="Enum indicating a type of graph query.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resultKind", Update=false)>]
member this.ResultKind : string
Public ReadOnly Property ResultKind As String
Property Value
- Attributes