次の方法で共有


AzureDataExplorerConnectionProperties interface

EventHub 経由でデータが送信される Azure Data Explorerへの時系列データベース接続のプロパティ。

Extends

プロパティ

adxDatabaseName

Azure Data Explorer データベースの名前。

adxEndpointUri

Azure Data Explorer エンドポイントの URI。

adxResourceId

Azure Data Explorer クラスターのリソース ID。

adxTableName

Azure Data Explorer テーブルの名前。 既定値は AdtPropertyEvents です。

connectionType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

eventHubConsumerGroup

ADX が EventHub から読み取るときに使用する EventHub コンシューマー グループ。 既定値は $Default です。

eventHubEndpointUri

ID ベースの認証用の EventHub 名前空間の URL。 プロトコル sb:// を含める必要があります

eventHubEntityPath

ID ベースの認証用の EventHub 名前空間内の EventHub 名。

eventHubNamespaceResourceId

EventHub 名前空間のリソース ID。

継承されたプロパティ

identity

時系列データベース接続リソースのマネージド ID プロパティ。

provisioningState

プロビジョニングの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

プロパティの詳細

adxDatabaseName

Azure Data Explorer データベースの名前。

adxDatabaseName: string

プロパティ値

string

adxEndpointUri

Azure Data Explorer エンドポイントの URI。

adxEndpointUri: string

プロパティ値

string

adxResourceId

Azure Data Explorer クラスターのリソース ID。

adxResourceId: string

プロパティ値

string

adxTableName

Azure Data Explorer テーブルの名前。 既定値は AdtPropertyEvents です。

adxTableName?: string

プロパティ値

string

connectionType

ポリモーフィック判別器。このオブジェクトで使用できるさまざまな型を指定します。

connectionType: "AzureDataExplorer"

プロパティ値

"AzureDataExplorer"

eventHubConsumerGroup

ADX が EventHub から読み取るときに使用する EventHub コンシューマー グループ。 既定値は $Default です。

eventHubConsumerGroup?: string

プロパティ値

string

eventHubEndpointUri

ID ベースの認証用の EventHub 名前空間の URL。 プロトコル sb:// を含める必要があります

eventHubEndpointUri: string

プロパティ値

string

eventHubEntityPath

ID ベースの認証用の EventHub 名前空間内の EventHub 名。

eventHubEntityPath: string

プロパティ値

string

eventHubNamespaceResourceId

EventHub 名前空間のリソース ID。

eventHubNamespaceResourceId: string

プロパティ値

string

継承されたプロパティの詳細

identity

時系列データベース接続リソースのマネージド ID プロパティ。

identity?: ManagedIdentityReference

プロパティ値

TimeSeriesDatabaseConnectionProperties.identityから継承されます

provisioningState

プロビジョニングの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

provisioningState?: string

プロパティ値

string

TimeSeriesDatabaseConnectionProperties.provisioningStateから継承されます