WebAppsGetVnetConnectionGatewaySlot interface
Methods
| get(Request |
Gets an app's Virtual Network gateway. |
| patch(Web |
Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH). |
| put(Web |
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
- options
- RequestParameters
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>