WebAppsGetRelayServiceConnection interface
メソッド
| delete(Request |
リレー サービス接続を名前で削除します。 |
| get(Request |
ハイブリッド接続構成を名前で取得します。 |
| patch(Web |
新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。 |
| put(Web |
新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。 |
メソッドの詳細
delete(RequestParameters)
リレー サービス接続を名前で削除します。
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteRelayServiceConnection200Response | WebAppsDeleteRelayServiceConnection404Response | WebAppsDeleteRelayServiceConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
get(RequestParameters)
ハイブリッド接続構成を名前で取得します。
function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnection200Response | WebAppsGetRelayServiceConnectionDefaultResponse>
パラメーター
- options
- RequestParameters
戻り値
patch(WebAppsUpdateRelayServiceConnectionParameters)
新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。
function patch(options: WebAppsUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsUpdateRelayServiceConnection200Response | WebAppsUpdateRelayServiceConnectionDefaultResponse>
パラメーター
戻り値
put(WebAppsCreateOrUpdateRelayServiceConnectionParameters)
新しいハイブリッド接続構成 (PUT) を作成するか、既存の接続構成 (PATCH) を更新します。
function put(options: WebAppsCreateOrUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnection200Response | WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse>