Share via


IExpansionEntityQueriesProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ExpansionEntityQueriesPropertiesTypeConverter))]
public interface IExpansionEntityQueriesProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ExpansionEntityQueriesPropertiesTypeConverter))>]
type IExpansionEntityQueriesProperties = interface
    interface IJsonSerializable
Public Interface IExpansionEntityQueriesProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DataSource

List of the data sources that are required to run the query

DisplayName

The query display name

InputEntityType

The type of the query's source entity

InputField

List of the fields of the source entity that are required to run the query

OutputEntityType

List of the desired output types to be constructed from the result

QueryTemplate

The template query string to be parsed and formatted

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to