Share via


WebAppsGetSwiftVirtualNetworkConnection interface

Methods

delete(RequestParameters)

Deletes a Swift Virtual Network connection from an app (or deployment slot).

get(RequestParameters)

Gets a Swift Virtual Network connection.

patch(WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters)

Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in.

put(WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters)

Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in.

Method Details

delete(RequestParameters)

Deletes a Swift Virtual Network connection from an app (or deployment slot).

function delete(options?: RequestParameters): StreamableMethod<WebAppsDeleteSwiftVirtualNetwork200Response | WebAppsDeleteSwiftVirtualNetwork404Response | WebAppsDeleteSwiftVirtualNetworkDefaultResponse>

Parameters

Returns

get(RequestParameters)

Gets a Swift Virtual Network connection.

function get(options?: RequestParameters): StreamableMethod<WebAppsGetSwiftVirtualNetworkConnection200Response | WebAppsGetSwiftVirtualNetworkConnectionDefaultResponse>

Parameters

Returns

patch(WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters)

Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in.

function patch(options: WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckParameters): StreamableMethod<WebAppsUpdateSwiftVirtualNetworkConnectionWithCheck200Response | WebAppsUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse>

Parameters

Returns

put(WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters)

Integrates this Web App with a Virtual Network. This requires that 1) "swiftSupported" is true when doing a GET against this resource, and 2) that the target Subnet has already been delegated, and is not in use by another App Service Plan other than the one this App is in.

function put(options: WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckParameters): StreamableMethod<WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheck200Response | WebAppsCreateOrUpdateSwiftVirtualNetworkConnectionWithCheckDefaultResponse>

Parameters

Returns