ArmSynapseModelFactory.SynapseEventGridDataConnection 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 SynapseEventGridDataConnection.
public static Azure.ResourceManager.Synapse.Models.SynapseEventGridDataConnection SynapseEventGridDataConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier storageAccountResourceId = default, Azure.Core.ResourceIdentifier eventHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Synapse.Models.SynapseEventGridDataFormat? dataFormat = default, bool? ignoreFirstRecord = default, Azure.ResourceManager.Synapse.Models.SynapseBlobStorageEventType? blobStorageEventType = default, Azure.ResourceManager.Synapse.Models.ResourceProvisioningState? provisioningState = default);
static member SynapseEventGridDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Synapse.Models.SynapseEventGridDataFormat> * Nullable<bool> * Nullable<Azure.ResourceManager.Synapse.Models.SynapseBlobStorageEventType> * Nullable<Azure.ResourceManager.Synapse.Models.ResourceProvisioningState> -> Azure.ResourceManager.Synapse.Models.SynapseEventGridDataConnection
Public Shared Function SynapseEventGridDataConnection (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional storageAccountResourceId As ResourceIdentifier = Nothing, Optional eventHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of SynapseEventGridDataFormat) = Nothing, Optional ignoreFirstRecord As Nullable(Of Boolean) = Nothing, Optional blobStorageEventType As Nullable(Of SynapseBlobStorageEventType) = Nothing, Optional provisioningState As Nullable(Of ResourceProvisioningState) = Nothing) As SynapseEventGridDataConnection
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Resource location.
- storageAccountResourceId
- ResourceIdentifier
The resource ID of the storage account where the data resides.
- eventHubResourceId
- ResourceIdentifier
The resource ID where the event grid is configured to send events.
- consumerGroup
- String
The event hub consumer group.
- tableName
- String
The table where the data should be ingested. Optionally the table information can be added to each message.
- mappingRuleName
- String
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- dataFormat
- Nullable<SynapseEventGridDataFormat>
The data format of the message. Optionally the data format can be added to each message.
A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.
- blobStorageEventType
- Nullable<SynapseBlobStorageEventType>
The name of blob storage event type to process.
- provisioningState
- Nullable<ResourceProvisioningState>
The provisioned state of the resource.
Returns
A new SynapseEventGridDataConnection instance for mocking.
Applies to
Azure SDK for .NET