WebAppsGetHybridConnection interface
メソッド
| delete(Request |
このサイトからハイブリッド接続を削除します。 |
| get(Request |
この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得します。 |
| patch(Web |
Service Bus リレーを使用して新しいハイブリッド接続を作成します。 |
| put(Web |
Service Bus リレーを使用して新しいハイブリッド接続を作成します。 |
メソッドの詳細
delete(RequestParameters)
このサイトからハイブリッド接続を削除します。
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteHybridConnection200Response | WebAppsDeleteHybridConnection404Response | WebAppsDeleteHybridConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
get(RequestParameters)
この Web アプリで使用される特定の Service Bus ハイブリッド接続を取得します。
function get(options?: RequestParameters): StreamableMethod<WebAppsGetHybridConnection200Response | WebAppsGetHybridConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
patch(WebAppsUpdateHybridConnectionParameters)
Service Bus リレーを使用して新しいハイブリッド接続を作成します。
function patch(options: WebAppsUpdateHybridConnectionParameters): StreamableMethod<WebAppsUpdateHybridConnection200Response | WebAppsUpdateHybridConnectionDefaultResponse>
パラメーター
戻り値
put(WebAppsCreateOrUpdateHybridConnectionParameters)
Service Bus リレーを使用して新しいハイブリッド接続を作成します。
function put(options: WebAppsCreateOrUpdateHybridConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateHybridConnection200Response | WebAppsCreateOrUpdateHybridConnectionDefaultResponse>