WebAppsGetVnetConnectionGateway 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<WebAppsGetVnetConnectionGateway200Response | WebAppsGetVnetConnectionGateway404Response | WebAppsGetVnetConnectionGatewayDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(WebAppsUpdateVnetConnectionGatewayParameters)
Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
function patch(options: WebAppsUpdateVnetConnectionGatewayParameters): StreamableMethod<WebAppsUpdateVnetConnectionGateway200Response | WebAppsUpdateVnetConnectionGatewayDefaultResponse>
Parameters
Returns
put(WebAppsCreateOrUpdateVnetConnectionGatewayParameters)
Adds a gateway to a connected Virtual Network (PUT) or updates it (PATCH).
function put(options: WebAppsCreateOrUpdateVnetConnectionGatewayParameters): StreamableMethod<WebAppsCreateOrUpdateVnetConnectionGateway200Response | WebAppsCreateOrUpdateVnetConnectionGatewayDefaultResponse>