次の方法で共有


WebAppsOperationsExtensions.GetHybridConnection メソッド

定義

この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得します。

public static Microsoft.Azure.Management.WebSites.Models.HybridConnection GetHybridConnection(this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string namespaceName, string relayName);
static member GetHybridConnection : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.HybridConnection
<Extension()>
Public Function GetHybridConnection (operations As IWebAppsOperations, resourceGroupName As String, name As String, namespaceName As String, relayName As String) As HybridConnection

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

namespaceName
String

このハイブリッド接続の名前空間。

relayName
String

このハイブリッド接続のリレー名。

戻り値

注釈

「この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得する」の説明。

適用対象