ArmSecurityInsightsModelFactory.ExpansionEntityQuery Method
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.
Initializes a new instance of ExpansionEntityQuery.
public static Azure.ResourceManager.SecurityInsights.Models.ExpansionEntityQuery ExpansionEntityQuery (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<string> dataSources = default, string displayName = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType? inputEntityType = default, System.Collections.Generic.IEnumerable<string> inputFields = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> outputEntityTypes = default, string queryTemplate = default);
static member ExpansionEntityQuery : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * seq<string> * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> * seq<string> * seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> * string -> Azure.ResourceManager.SecurityInsights.Models.ExpansionEntityQuery
Public Shared Function ExpansionEntityQuery (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional dataSources As IEnumerable(Of String) = Nothing, Optional displayName As String = Nothing, Optional inputEntityType As Nullable(Of SecurityInsightsEntityType) = Nothing, Optional inputFields As IEnumerable(Of String) = Nothing, Optional outputEntityTypes As IEnumerable(Of SecurityInsightsEntityType) = Nothing, Optional queryTemplate As String = Nothing) As ExpansionEntityQuery
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- dataSources
- IEnumerable<String>
List of the data sources that are required to run the query.
- displayName
- String
The query display name.
- inputEntityType
- Nullable<SecurityInsightsEntityType>
The type of the query's source entity.
- inputFields
- IEnumerable<String>
List of the fields of the source entity that are required to run the query.
- outputEntityTypes
- IEnumerable<SecurityInsightsEntityType>
List of the desired output types to be constructed from the result.
- queryTemplate
- String
The template query string to be parsed and formatted.
Returns
A new ExpansionEntityQuery instance for mocking.
Applies to
Azure SDK for .NET