DigitalTwinsEventHubProperties クラス

定義

EventHub に関連するプロパティ。

public class DigitalTwinsEventHubProperties : Azure.ResourceManager.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type DigitalTwinsEventHubProperties = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class DigitalTwinsEventHubProperties
Inherits DigitalTwinsEndpointResourceProperties
継承
DigitalTwinsEventHubProperties

コンストラクター

DigitalTwinsEventHubProperties()

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

プロパティ

AuthenticationType

エンドポイントへの接続に使用する認証の種類を指定します。 既定値は 'KeyBased' です。 'KeyBased' が選択されている場合は、接続文字列を指定する必要があります (少なくともプライマリ接続文字列)。 'IdentityBased' が選択されている場合は、endpointUri プロパティと entityPath プロパティを指定する必要があります。

(継承元 DigitalTwinsEndpointResourceProperties)
ConnectionStringPrimaryKey

キーベース認証用のエンドポイントの PrimaryConnectionString。 読み取り中に難読化されます。

ConnectionStringSecondaryKey

キーベース認証用のエンドポイントの SecondaryConnectionString。 読み取り中に難読化されます。

CreatedOn

エンドポイントが DigitalTwinsInstance に追加された時刻。

(継承元 DigitalTwinsEndpointResourceProperties)
DeadLetterSecret

キーベースの認証用の配信不能ストレージ シークレット。 読み取り中に難読化されます。

(継承元 DigitalTwinsEndpointResourceProperties)
DeadLetterUri

ID ベースの認証用の配信不能ストレージ URL。

(継承元 DigitalTwinsEndpointResourceProperties)
EndpointUri

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

EntityPath

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

Identity

エンドポイントのマネージド ID プロパティ。

(継承元 DigitalTwinsEndpointResourceProperties)
ProvisioningState

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

(継承元 DigitalTwinsEndpointResourceProperties)

適用対象