ArmSecurityInsightsModelFactory.EntityQueryItemProperties 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 EntityQueryItemProperties.
public static Azure.ResourceManager.SecurityInsights.Models.EntityQueryItemProperties EntityQueryItemProperties (System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.EntityQueryItemPropertiesDataTypesItem> dataTypes = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType? inputEntityType = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> requiredInputFieldsSets = default, BinaryData entitiesFilter = default);
static member EntityQueryItemProperties : seq<Azure.ResourceManager.SecurityInsights.Models.EntityQueryItemPropertiesDataTypesItem> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> * seq<System.Collections.Generic.IList<string>> * BinaryData -> Azure.ResourceManager.SecurityInsights.Models.EntityQueryItemProperties
Public Shared Function EntityQueryItemProperties (Optional dataTypes As IEnumerable(Of EntityQueryItemPropertiesDataTypesItem) = Nothing, Optional inputEntityType As Nullable(Of SecurityInsightsEntityType) = Nothing, Optional requiredInputFieldsSets As IEnumerable(Of IList(Of String)) = Nothing, Optional entitiesFilter As BinaryData = Nothing) As EntityQueryItemProperties
Parameters
Data types for template.
- inputEntityType
- Nullable<SecurityInsightsEntityType>
The type of the entity.
- requiredInputFieldsSets
- IEnumerable<IList<String>>
Data types for template.
- entitiesFilter
- BinaryData
The query applied only to entities matching to all filters.
Returns
A new EntityQueryItemProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET