ArmDigitalTwinsModelFactory.DataExplorerConnectionProperties メソッド

定義

DataExplorerConnectionProperties の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties DataExplorerConnectionProperties (Azure.ResourceManager.DigitalTwins.Models.TimeSeriesDatabaseConnectionState? provisioningState = default, Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsManagedIdentityReference identity = default, Azure.Core.ResourceIdentifier adxResourceId = default, Uri adxEndpointUri = default, string adxDatabaseName = default, string adxTableName = default, string adxTwinLifecycleEventsTableName = default, string adxRelationshipLifecycleEventsTableName = default, Uri eventHubEndpointUri = default, string eventHubEntityPath = default, Azure.Core.ResourceIdentifier eventHubNamespaceResourceId = default, string eventHubConsumerGroup = default, Azure.ResourceManager.DigitalTwins.Models.RecordPropertyAndItemRemoval? recordPropertyAndItemRemovals = default);
static member DataExplorerConnectionProperties : Nullable<Azure.ResourceManager.DigitalTwins.Models.TimeSeriesDatabaseConnectionState> * Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsManagedIdentityReference * Azure.Core.ResourceIdentifier * Uri * string * string * string * string * Uri * string * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.DigitalTwins.Models.RecordPropertyAndItemRemoval> -> Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties
Public Shared Function DataExplorerConnectionProperties (Optional provisioningState As Nullable(Of TimeSeriesDatabaseConnectionState) = Nothing, Optional identity As DigitalTwinsManagedIdentityReference = Nothing, Optional adxResourceId As ResourceIdentifier = Nothing, Optional adxEndpointUri As Uri = Nothing, Optional adxDatabaseName As String = Nothing, Optional adxTableName As String = Nothing, Optional adxTwinLifecycleEventsTableName As String = Nothing, Optional adxRelationshipLifecycleEventsTableName As String = Nothing, Optional eventHubEndpointUri As Uri = Nothing, Optional eventHubEntityPath As String = Nothing, Optional eventHubNamespaceResourceId As ResourceIdentifier = Nothing, Optional eventHubConsumerGroup As String = Nothing, Optional recordPropertyAndItemRemovals As Nullable(Of RecordPropertyAndItemRemoval) = Nothing) As DataExplorerConnectionProperties

パラメーター

provisioningState
Nullable<TimeSeriesDatabaseConnectionState>

プロビジョニングの状態。

identity
DigitalTwinsManagedIdentityReference

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

adxResourceId
ResourceIdentifier

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

adxEndpointUri
Uri

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

adxDatabaseName
String

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

adxTableName
String

ツインとリレーションシップのプロパティの更新を格納するために使用される Azure Data Explorer テーブルの名前。 既定値は AdtPropertyEvents です。

adxTwinLifecycleEventsTableName
String

ツイン ライフサイクル イベントの記録に使用される Azure Data Explorer テーブルの名前。 このプロパティが指定されていない場合、テーブルは作成されません。

adxRelationshipLifecycleEventsTableName
String

リレーションシップ ライフサイクル イベントの記録に使用される Azure Data Explorer テーブルの名前。 このプロパティが指定されていない場合、テーブルは作成されません。

eventHubEndpointUri
Uri

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

eventHubEntityPath
String

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

eventHubNamespaceResourceId
ResourceIdentifier

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

eventHubConsumerGroup
String

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

recordPropertyAndItemRemovals
Nullable<RecordPropertyAndItemRemoval>

インデックス付き値またはキー付き値 (マップ エントリ、配列要素など) の削除を含む、ツイン/リレーションシップ プロパティと項目の削除を記録するかどうかを指定します。 この機能は、明示的に 'true' に設定されていない限り、非アクティブ化されます。 このプロパティを 'true' に設定すると、ADX のプロパティ イベント テーブルに追加の列が生成されます。

戻り値

モック作成用の新しい DataExplorerConnectionProperties インスタンス。

適用対象