次の方法で共有


AzureDataExplorerConnectionProperties クラス

定義

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

[Newtonsoft.Json.JsonObject("AzureDataExplorer")]
public class AzureDataExplorerConnectionProperties : Microsoft.Azure.Management.DigitalTwins.Models.TimeSeriesDatabaseConnectionProperties
[<Newtonsoft.Json.JsonObject("AzureDataExplorer")>]
type AzureDataExplorerConnectionProperties = class
    inherit TimeSeriesDatabaseConnectionProperties
Public Class AzureDataExplorerConnectionProperties
Inherits TimeSeriesDatabaseConnectionProperties
継承
AzureDataExplorerConnectionProperties
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

AzureDataExplorerConnectionProperties()

AzureDataExplorerConnectionProperties クラスの新しいインスタンスを初期化します。

AzureDataExplorerConnectionProperties(String, String, String, String, String, String, String, String, String)

AzureDataExplorerConnectionProperties クラスの新しいインスタンスを初期化します。

プロパティ

AdxDatabaseName

Azure Data Explorer データベースの名前を取得または設定します。

AdxEndpointUri

Azure Data Explorer エンドポイントの URI を取得または設定します。

AdxResourceId

Azure Data Explorer クラスターのリソース ID を取得または設定します。

AdxTableName

Azure Data Explorer テーブルの名前を取得または設定します。

EventHubConsumerGroup

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

EventHubEndpointUri

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

EventHubEntityPath

ID ベースの認証用の EventHub 名前空間の EventHub 名を取得または設定します。

EventHubNamespaceResourceId

EventHub 名前空間のリソース ID を取得または設定します。

ProvisioningState

プロビジョニング状態を取得します。 使用可能な値は、'Provisioning'、'Deleteding'、'Updating'、'Succeeded'、'Failed'、'Canceled'、'Deleted'、'Warning'、'Suspending'、'Restoring'、'Moving'、'Disabled' です。

(継承元 TimeSeriesDatabaseConnectionProperties)

適用対象