EventGridDataConnectionWithManagedIdentity interface

Class representing an Event Grid data connection with mandatory managed identity.

Extends

Properties

blobStorageEventType

The name of blob storage event type to process.

consumerGroup

The event hub consumer group.

databaseRouting

Indication for database routing information from the data connection, by default only database routing information is allowed

dataFormat

The data format of the message. Optionally the data format can be added to each message.

eventGridResourceId

The resource ID where the event grid is configured to send events.

eventHubResourceIdForManagedIdentity

The resource ID of the event hub that is subscribed to the storage account events.

ignoreFirstRecord

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file

kind

Kind of the endpoint for the data connection

managedIdentityObjectId

The object ID of managedIdentityResourceId

managedIdentityResourceId

The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.

mappingRuleName

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

provisioningState

The provisioned state of the resource.

storageAccountResourceIdForManagedIdentity

The resource ID of the storage account where the data resides.

tableName

The table where the data should be ingested. Optionally the table information can be added to each message.

Inherited Properties

id

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

location

Resource location.

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

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

Property Details

blobStorageEventType

The name of blob storage event type to process.

blobStorageEventType?: string

Property Value

string

consumerGroup

The event hub consumer group.

consumerGroup?: string

Property Value

string

databaseRouting

Indication for database routing information from the data connection, by default only database routing information is allowed

databaseRouting?: string

Property Value

string

dataFormat

The data format of the message. Optionally the data format can be added to each message.

dataFormat?: string

Property Value

string

eventGridResourceId

The resource ID where the event grid is configured to send events.

eventGridResourceId?: string

Property Value

string

eventHubResourceIdForManagedIdentity

The resource ID of the event hub that is subscribed to the storage account events.

eventHubResourceIdForManagedIdentity?: string

Property Value

string

ignoreFirstRecord

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file

ignoreFirstRecord?: boolean

Property Value

boolean

kind

Kind of the endpoint for the data connection

kind: "EventGridWithManagedIdentity"

Property Value

"EventGridWithManagedIdentity"

managedIdentityObjectId

The object ID of managedIdentityResourceId

managedIdentityObjectId?: string

Property Value

string

managedIdentityResourceId

The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.

managedIdentityResourceId?: string

Property Value

string

mappingRuleName

The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.

mappingRuleName?: string

Property Value

string

provisioningState

The provisioned state of the resource.

provisioningState?: string

Property Value

string

storageAccountResourceIdForManagedIdentity

The resource ID of the storage account where the data resides.

storageAccountResourceIdForManagedIdentity?: string

Property Value

string

tableName

The table where the data should be ingested. Optionally the table information can be added to each message.

tableName?: string

Property Value

string

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From DataConnection.id

location

Resource location.

location?: string

Property Value

string

Inherited From DataConnection.location

name

The name of the resource

name?: string

Property Value

string

Inherited From DataConnection.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From DataConnection.systemData

type

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

type?: string

Property Value

string

Inherited From DataConnection.type