| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<SiteInner> |
AppServiceEnvironmentsClient.changeVnet(String resourceGroupName,
String name,
VirtualNetworkProfile vnetInfo)
Description for Move an App Service Environment to a different VNET.
|
com.azure.core.http.rest.PagedIterable<SiteInner> |
AppServiceEnvironmentsClient.changeVnet(String resourceGroupName,
String name,
VirtualNetworkProfile vnetInfo,
com.azure.core.util.Context context)
Description for Move an App Service Environment to a different VNET.
|
com.azure.core.http.rest.PagedFlux<SiteInner> |
AppServiceEnvironmentsClient.changeVnetAsync(String resourceGroupName,
String name,
VirtualNetworkProfile vnetInfo)
Description for Move an App Service Environment to a different VNET.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkProfile |
AppServiceEnvironment.virtualNetwork()
Get the virtualNetwork property: Description of the Virtual Network.
|
VirtualNetworkProfile |
AppServiceEnvironmentResourceInner.virtualNetwork()
Get the virtualNetwork property: Description of the Virtual Network.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironment |
AppServiceEnvironment.withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
AppServiceEnvironmentResourceInner |
AppServiceEnvironmentResourceInner.withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkProfile |
AppServiceEnvironmentPatchResource.virtualNetwork()
Get the virtualNetwork property: Description of the Virtual Network.
|
VirtualNetworkProfile |
VirtualNetworkProfile.withId(String id)
Set the id property: Resource id of the Virtual Network.
|
VirtualNetworkProfile |
VirtualNetworkProfile.withSubnet(String subnet)
Set the subnet property: Subnet within the Virtual Network.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceEnvironmentPatchResource |
AppServiceEnvironmentPatchResource.withVirtualNetwork(VirtualNetworkProfile virtualNetwork)
Set the virtualNetwork property: Description of the Virtual Network.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.