WebAppsGetRelayServiceConnectionSlot interface

Methods

delete(RequestParameters)

Deletes a relay service connection by its name.

get(RequestParameters)

Gets a hybrid connection configuration by its name.

patch(WebAppsUpdateRelayServiceConnectionSlotParameters)

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

put(WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters)

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<WebAppsDeleteRelayServiceConnectionSlot200Response | WebAppsDeleteRelayServiceConnectionSlot404Response | WebAppsDeleteRelayServiceConnectionSlotDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets a hybrid connection configuration by its name.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetRelayServiceConnectionSlot200Response | WebAppsGetRelayServiceConnectionSlotDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateRelayServiceConnectionSlotParameters)

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

function patch(options: WebAppsUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsUpdateRelayServiceConnectionSlot200Response | WebAppsUpdateRelayServiceConnectionSlotDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters)

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

function put(options: WebAppsCreateOrUpdateRelayServiceConnectionSlotParameters): StreamableMethod<WebAppsCreateOrUpdateRelayServiceConnectionSlot200Response | WebAppsCreateOrUpdateRelayServiceConnectionSlotDefaultResponse>

Parameters

Returns