ArmSecurityInsightsModelFactory.UebaSettings Method

Definition

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

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

eTag
Nullable<ETag>

Etag of the azure resource.

dataSources
IEnumerable<UebaDataSources>

The relevant data sources that enriched by ueba.

Returns

A new UebaSettings instance for mocking.

Applies to