ArmSecurityInsightsModelFactory.GcpDataConnector Method

Definition

Initializes a new instance of GcpDataConnector.

public static Azure.ResourceManager.SecurityInsights.Models.GcpDataConnector GcpDataConnector (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, string connectorDefinitionName = default, Azure.ResourceManager.SecurityInsights.Models.GcpAuthProperties auth = default, Azure.ResourceManager.SecurityInsights.Models.GcpRequestProperties request = default, Azure.ResourceManager.SecurityInsights.Models.DcrConfiguration dcrConfig = default);
static member GcpDataConnector : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * string * Azure.ResourceManager.SecurityInsights.Models.GcpAuthProperties * Azure.ResourceManager.SecurityInsights.Models.GcpRequestProperties * Azure.ResourceManager.SecurityInsights.Models.DcrConfiguration -> Azure.ResourceManager.SecurityInsights.Models.GcpDataConnector
Public Shared Function GcpDataConnector (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 connectorDefinitionName As String = Nothing, Optional auth As GcpAuthProperties = Nothing, Optional request As GcpRequestProperties = Nothing, Optional dcrConfig As DcrConfiguration = Nothing) As GcpDataConnector

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.

connectorDefinitionName
String

The name of the connector definition that represents the UI config.

auth
GcpAuthProperties

The auth section of the connector.

request
GcpRequestProperties

The request section of the connector.

dcrConfig
DcrConfiguration

The configuration of the destination of the data.

Returns

A new GcpDataConnector instance for mocking.

Applies to