WebAppsGetRelayServiceConnection interface
Methods
| delete(Request |
Deletes a relay service connection by its name. |
| get(Request |
Gets a hybrid connection configuration by its name. |
| patch(Web |
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). |
| put(Web |
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH). |
Method Details
delete(RequestParameters)
Deletes a relay service connection by its name.
function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteRelayServiceConnection200Response | WebAppsDeleteRelayServiceConnection404Response | WebAppsDeleteRelayServiceConnectionDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Gets a hybrid connection configuration by its name.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnection200Response | WebAppsGetRelayServiceConnectionDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateRelayServiceConnectionParameters)
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
function patch(options: WebAppsUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsUpdateRelayServiceConnection200Response | WebAppsUpdateRelayServiceConnectionDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateRelayServiceConnectionParameters)
Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).
function put(options: WebAppsCreateOrUpdateRelayServiceConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnection200Response | WebAppsCreateOrUpdateRelayServiceConnectionDefaultResponse>