HttpsRelayTransportBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HttpsRelayTransportBindingElement() |
既定の設定を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。 |
HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement) |
指定した要素を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。 |
HttpsRelayTransportBindingElement(RelayClientAuthenticationType) |
指定した種類のクライアント認証を HttpsRelayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。 |
HttpsRelayTransportBindingElement()
既定の設定を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。
public HttpsRelayTransportBindingElement ();
Public Sub New ()
適用対象
HttpsRelayTransportBindingElement(HttpsRelayTransportBindingElement)
指定した要素を使用して、 クラスの HttpsRelayTransportBindingElement 新しいインスタンスを初期化します。
protected HttpsRelayTransportBindingElement (Microsoft.ServiceBus.HttpsRelayTransportBindingElement elementToBeCloned);
new Microsoft.ServiceBus.HttpsRelayTransportBindingElement : Microsoft.ServiceBus.HttpsRelayTransportBindingElement -> Microsoft.ServiceBus.HttpsRelayTransportBindingElement
Protected Sub New (elementToBeCloned As HttpsRelayTransportBindingElement)
パラメーター
- elementToBeCloned
- HttpsRelayTransportBindingElement
クローンする要素。
適用対象
HttpsRelayTransportBindingElement(RelayClientAuthenticationType)
指定した種類のクライアント認証を HttpsRelayTransportBindingElement 使用して、 クラスの新しいインスタンスを初期化します。
public HttpsRelayTransportBindingElement (Microsoft.ServiceBus.RelayClientAuthenticationType relayClientAuthenticationType);
new Microsoft.ServiceBus.HttpsRelayTransportBindingElement : Microsoft.ServiceBus.RelayClientAuthenticationType -> Microsoft.ServiceBus.HttpsRelayTransportBindingElement
Public Sub New (relayClientAuthenticationType As RelayClientAuthenticationType)
パラメーター
- relayClientAuthenticationType
- RelayClientAuthenticationType
リレー クライアント認証の種類。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET