Share via


WebAppsGetHybridConnection interface

Methods

delete(RequestParameters)

Removes a Hybrid Connection from this site.

get(RequestParameters)

Retrieves a specific Service Bus Hybrid Connection used by this Web App.

patch(WebAppsUpdateHybridConnectionParameters)

Creates a new Hybrid Connection using a Service Bus relay.

put(WebAppsCreateOrUpdateHybridConnectionParameters)

Creates a new Hybrid Connection using a Service Bus relay.

Method Details

delete(RequestParameters)

Removes a Hybrid Connection from this site.

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteHybridConnection200Response | WebAppsDeleteHybridConnection404Response | WebAppsDeleteHybridConnectionDefaultResponse>

Parameters

Returns

get(RequestParameters)

Retrieves a specific Service Bus Hybrid Connection used by this Web App.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetHybridConnection200Response | WebAppsGetHybridConnectionDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateHybridConnectionParameters)

Creates a new Hybrid Connection using a Service Bus relay.

function patch(options: WebAppsUpdateHybridConnectionParameters): StreamableMethod<WebAppsUpdateHybridConnection200Response | WebAppsUpdateHybridConnectionDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateHybridConnectionParameters)

Creates a new Hybrid Connection using a Service Bus relay.

function put(options: WebAppsCreateOrUpdateHybridConnectionParameters): StreamableMethod<WebAppsCreateOrUpdateHybridConnection200Response | WebAppsCreateOrUpdateHybridConnectionDefaultResponse>

Parameters

Returns