ArmSecurityInsightsModelFactory.GcpDataConnector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- 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
Azure SDK for .NET