RoutingServiceBusTopicEndpointProperties interface
Service Bus トピック エンドポイントの種類に関連するプロパティ。
プロパティ
authentication |
Service Bus トピック エンドポイントに対する認証に使用されるメソッド |
connection |
Service Bus トピック エンドポイントの接続文字列。 |
endpoint |
Service Bus トピック エンドポイントの URL。 プロトコル sb:// を含める必要があります |
entity |
Service Bus トピックのキュー名 |
id | Service Bus トピック エンドポイントの ID |
identity | ルーティング サービス バス トピック エンドポイントのマネージド ID プロパティ。 |
name | このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 予約されている名前は、イベント、fileNotifications、$defaultです。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。 名前は、実際のトピック名と同じである必要はありません。 |
resource |
Service Bus トピック エンドポイントのリソース グループの名前。 |
subscription |
Service Bus トピック エンドポイントのサブスクリプション識別子。 |
プロパティの詳細
authenticationType
Service Bus トピック エンドポイントに対する認証に使用されるメソッド
authenticationType?: string
プロパティ値
string
connectionString
Service Bus トピック エンドポイントの接続文字列。
connectionString?: string
プロパティ値
string
endpointUri
Service Bus トピック エンドポイントの URL。 プロトコル sb:// を含める必要があります
endpointUri?: string
プロパティ値
string
entityPath
Service Bus トピックのキュー名
entityPath?: string
プロパティ値
string
id
Service Bus トピック エンドポイントの ID
id?: string
プロパティ値
string
identity
name
このエンドポイントを識別する名前。 名前には英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字です。 予約されている名前は、イベント、fileNotifications、$defaultです。 エンドポイント名は、エンドポイントの種類間で一意である必要があります。 名前は、実際のトピック名と同じである必要はありません。
name: string
プロパティ値
string
resourceGroup
Service Bus トピック エンドポイントのリソース グループの名前。
resourceGroup?: string
プロパティ値
string
subscriptionId
Service Bus トピック エンドポイントのサブスクリプション識別子。
subscriptionId?: string
プロパティ値
string