次の方法で共有


EventHub クラス

定義

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

public class EventHub : Microsoft.Azure.Management.DigitalTwins.Models.DigitalTwinsEndpointResourceProperties
type EventHub = class
    inherit DigitalTwinsEndpointResourceProperties
Public Class EventHub
Inherits DigitalTwinsEndpointResourceProperties
継承

コンストラクター

EventHub()

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

EventHub(String, Nullable<DateTime>, String, String, String, String, String, String, String)

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

プロパティ

AuthenticationType

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

(継承元 DigitalTwinsEndpointResourceProperties)
ConnectionStringPrimaryKey

キーベースの認証用のエンドポイントの primaryConnectionString を取得または設定します。 読み取り中に難読化されます。

ConnectionStringSecondaryKey

キーベースの認証用のエンドポイントの secondaryConnectionString を取得または設定します。 読み取り中に難読化されます。

CreatedTime

エンドポイントが DigitalTwinsInstance に追加された時刻を取得します。

(継承元 DigitalTwinsEndpointResourceProperties)
DeadLetterSecret

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

(継承元 DigitalTwinsEndpointResourceProperties)
DeadLetterUri

ID ベースの認証の配信不能ストレージ URL を取得または設定します。

(継承元 DigitalTwinsEndpointResourceProperties)
EndpointUri

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

EntityPath

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

ProvisioningState

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

(継承元 DigitalTwinsEndpointResourceProperties)

適用対象