WebAppsGetSwiftVirtualNetworkConnection interface
Methods
| delete(Request |
Deletes a Swift Virtual Network connection from an app (or deployment slot). |
| get(Request |
Gets a Swift Virtual Network connection. |
| patch(Web |
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(Web |
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
- options
- RequestParameters
Returns
get(RequestParameters)
Gets a Swift Virtual Network connection.
function get(options?: RequestParameters): StreamableMethod<WebAppsGetSwiftVirtualNetworkConnection200Response | WebAppsGetSwiftVirtualNetworkConnectionDefaultResponse>
Parameters
- options
- RequestParameters
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>