ArmSecurityInsightsModelFactory.UebaSettings Method

Definition

Initializes a new instance of UebaSettings.

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

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.

dataSources
IEnumerable<UebaDataSource>

The relevant data sources that enriched by ueba.

Returns

A new UebaSettings instance for mocking.

Applies to