Mono<VnetInfoResourceInner> |
WebAppsClient.createOrUpdateVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoResourceInner> |
WebAppsClient.createOrUpdateVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.createOrUpdateVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope,
com.azure.core.util.Context context) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.createOrUpdateVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.createOrUpdateVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope,
com.azure.core.util.Context context) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.createOrUpdateVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoResourceInner> |
WebAppsClient.getVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<VnetInfoResourceInner> |
WebAppsClient.getVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.getVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
com.azure.core.util.Context context) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.getVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.getVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.getVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName) |
Description for Gets a virtual network the app (or deployment slot) is connected to by name.
|
Mono<VnetInfoResourceInner> |
AppServicePlansClient.getVnetFromServerFarmAsync(String resourceGroupName,
String name,
String vnetName) |
Description for Get a Virtual Network associated with an App Service plan.
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
AppServicePlansClient.getVnetFromServerFarmWithResponse(String resourceGroupName,
String name,
String vnetName,
com.azure.core.util.Context context) |
Description for Get a Virtual Network associated with an App Service plan.
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
AppServicePlansClient.getVnetFromServerFarmWithResponseAsync(String resourceGroupName,
String name,
String vnetName) |
Description for Get a Virtual Network associated with an App Service plan.
|
List<VnetInfoResourceInner> |
WebAppsClient.listVnetConnections(String resourceGroupName,
String name) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<List<VnetInfoResourceInner>> |
WebAppsClient.listVnetConnectionsAsync(String resourceGroupName,
String name) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
List<VnetInfoResourceInner> |
WebAppsClient.listVnetConnectionsSlot(String resourceGroupName,
String name,
String slot) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<List<VnetInfoResourceInner>> |
WebAppsClient.listVnetConnectionsSlotAsync(String resourceGroupName,
String name,
String slot) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
com.azure.core.http.rest.Response<List<VnetInfoResourceInner>> |
WebAppsClient.listVnetConnectionsSlotWithResponse(String resourceGroupName,
String name,
String slot,
com.azure.core.util.Context context) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> |
WebAppsClient.listVnetConnectionsSlotWithResponseAsync(String resourceGroupName,
String name,
String slot) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
com.azure.core.http.rest.Response<List<VnetInfoResourceInner>> |
WebAppsClient.listVnetConnectionsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> |
WebAppsClient.listVnetConnectionsWithResponseAsync(String resourceGroupName,
String name) |
Description for Gets the virtual networks the app (or deployment slot) is connected to.
|
List<VnetInfoResourceInner> |
AppServicePlansClient.listVnets(String resourceGroupName,
String name) |
Description for Get all Virtual Networks associated with an App Service plan.
|
Mono<List<VnetInfoResourceInner>> |
AppServicePlansClient.listVnetsAsync(String resourceGroupName,
String name) |
Description for Get all Virtual Networks associated with an App Service plan.
|
com.azure.core.http.rest.Response<List<VnetInfoResourceInner>> |
AppServicePlansClient.listVnetsWithResponse(String resourceGroupName,
String name,
com.azure.core.util.Context context) |
Description for Get all Virtual Networks associated with an App Service plan.
|
Mono<com.azure.core.http.rest.Response<List<VnetInfoResourceInner>>> |
AppServicePlansClient.listVnetsWithResponseAsync(String resourceGroupName,
String name) |
Description for Get all Virtual Networks associated with an App Service plan.
|
Mono<VnetInfoResourceInner> |
WebAppsClient.updateVnetConnectionAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<VnetInfoResourceInner> |
WebAppsClient.updateVnetConnectionSlotAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.updateVnetConnectionSlotWithResponse(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope,
com.azure.core.util.Context context) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.updateVnetConnectionSlotWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
String slot,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
com.azure.core.http.rest.Response<VnetInfoResourceInner> |
WebAppsClient.updateVnetConnectionWithResponse(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope,
com.azure.core.util.Context context) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|
Mono<com.azure.core.http.rest.Response<VnetInfoResourceInner>> |
WebAppsClient.updateVnetConnectionWithResponseAsync(String resourceGroupName,
String name,
String vnetName,
VnetInfoResourceInner connectionEnvelope) |
Description for Adds a Virtual Network connection to an app or slot (PUT) or updates the connection properties
(PATCH).
|