ArmSecurityInsightsModelFactory.EntityAnalytics Method

Definition

Initializes a new instance of EntityAnalytics.

public static Azure.ResourceManager.SecurityInsights.Models.EntityAnalytics EntityAnalytics (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<Azure.ResourceManager.SecurityInsights.Models.EntityProvider> entityProviders = default);
static member EntityAnalytics : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * seq<Azure.ResourceManager.SecurityInsights.Models.EntityProvider> -> Azure.ResourceManager.SecurityInsights.Models.EntityAnalytics
Public Shared Function EntityAnalytics (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 entityProviders As IEnumerable(Of EntityProvider) = Nothing) As EntityAnalytics

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

etag
Nullable<ETag>

Etag of the azure resource.

entityProviders
IEnumerable<EntityProvider>

The relevant entity providers that are synced.

Returns

A new EntityAnalytics instance for mocking.

Applies to