WebAppsGetVnetConnectionGatewaySlot interface

Methods

get(RequestParameters)

Gets an app's Virtual Network gateway.

patch(WebAppsUpdateVnetConnectionGatewaySlotParameters)

Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).

put(WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters)

Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).

Method Details

get(RequestParameters)

Gets an app's Virtual Network gateway.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetVnetConnectionGatewaySlot200Response | WebAppsGetVnetConnectionGatewaySlot404Response | WebAppsGetVnetConnectionGatewaySlotDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateVnetConnectionGatewaySlotParameters)

Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).

function patch(options: WebAppsUpdateVnetConnectionGatewaySlotParameters): StreamableMethod<WebAppsUpdateVnetConnectionGatewaySlot200Response | WebAppsUpdateVnetConnectionGatewaySlotDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters)

Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).

function put(options: WebAppsCreateOrUpdateVnetConnectionGatewaySlotParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnectionGatewaySlot200Response | WebAppsCreateOrUpdateVnetConnectionGatewaySlotDefaultResponse>

Parameters

Returns