次の方法で共有


ServiceBus interface

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

Extends

プロパティ

endpointType

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

endpointUri

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

entityPath

ID ベースの認証の ServiceBus トピック名。

primaryConnectionString

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

secondaryConnectionString

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

継承されたプロパティ

authenticationType

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

createdTime

エンドポイントが DigitalTwinsInstance に追加された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

deadLetterSecret

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

deadLetterUri

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

identity

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

provisioningState

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

プロパティの詳細

endpointType

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

endpointType: "ServiceBus"

プロパティ値

"ServiceBus"

endpointUri

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

endpointUri?: string

プロパティ値

string

entityPath

ID ベースの認証の ServiceBus トピック名。

entityPath?: string

プロパティ値

string

primaryConnectionString

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

primaryConnectionString?: string

プロパティ値

string

secondaryConnectionString

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

secondaryConnectionString?: string

プロパティ値

string

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

authenticationType

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

authenticationType?: string

プロパティ値

string

DigitalTwinsEndpointResourceProperties.authenticationTypeから継承

createdTime

エンドポイントが DigitalTwinsInstance に追加された時刻。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

createdTime?: Date

プロパティ値

Date

DigitalTwinsEndpointResourceProperties.createdTimeから継承

deadLetterSecret

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

deadLetterSecret?: string

プロパティ値

string

DigitalTwinsEndpointResourceProperties.deadLetterSecretから継承

deadLetterUri

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

deadLetterUri?: string

プロパティ値

string

DigitalTwinsEndpointResourceProperties.deadLetterUriから継承

identity

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

identity?: ManagedIdentityReference

プロパティ値

DigitalTwinsEndpointResourceProperties.identityから継承

provisioningState

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

provisioningState?: string

プロパティ値

string

DigitalTwinsEndpointResourceProperties.provisioningStateから継承