ServiceBusConnectionStringBuilder.Endpoints プロパティ

定義

サービス エンドポイントのコレクションを取得します。 各エンドポイントは、同じ Service Bus 名前空間を参照する必要があります。

public System.Collections.Generic.HashSet<Uri> Endpoints { get; }
member this.Endpoints : System.Collections.Generic.HashSet<Uri>
Public ReadOnly Property Endpoints As HashSet(Of Uri)

プロパティ値

エンドポイントのセット。

適用対象