Del via


WebAppsGetRelayServiceConnection interface

Methods

delete(RequestParameters)

Deletes a relay service connection by its name.

get(RequestParameters)

Gets a hybrid connection configuration by its name.

patch(WebAppsUpdateRelayServiceConnectionParameters)

Creates a new hybrid connection configuration (PUT), or updates an existing one (PATCH).

put(WebAppsCreateOrUpdateRelayServiceConnectionParameters)

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

Returns

get(RequestParameters)

Gets a hybrid connection configuration by its name.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnection200Response | WebAppsGetRelayServiceConnectionDefaultResponse>

Parameters

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>

Parameters

Returns