ArmSecurityInsightsModelFactory.MtpDataConnector Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.MtpDataConnector MtpDataConnector(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? eTag = default, Guid? tenantId = default, Azure.ResourceManager.SecurityInsights.Models.MtpDataConnectorDataTypes dataTypes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.MtpProvider> filteredProvidersAlerts = default);
static member MtpDataConnector : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * Nullable<Guid> * Azure.ResourceManager.SecurityInsights.Models.MtpDataConnectorDataTypes * seq<Azure.ResourceManager.SecurityInsights.Models.MtpProvider> -> Azure.ResourceManager.SecurityInsights.Models.MtpDataConnector
Public Shared Function MtpDataConnector (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 tenantId As Nullable(Of Guid) = Nothing, Optional dataTypes As MtpDataConnectorDataTypes = Nothing, Optional filteredProvidersAlerts As IEnumerable(Of MtpProvider) = Nothing) As MtpDataConnector

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.

tenantId
Nullable<Guid>

The tenant id to connect to, and get the data from.

dataTypes
MtpDataConnectorDataTypes

The available data types for the connector.

filteredProvidersAlerts
IEnumerable<MtpProvider>

Alerts filtered providers. When filters are not applied, all alerts will stream through the MTP pipeline, still in private preview for all products EXCEPT MDA and MDI, which are in GA state.

Returns

A new MtpDataConnector instance for mocking.

Applies to