RoutingServiceBusQueueEndpointProperties 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