Uses of Class
com.azure.resourcemanager.appservice.models.VirtualNetworkProfile
-
Packages that use VirtualNetworkProfile 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. -
-
Uses of VirtualNetworkProfile in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type VirtualNetworkProfile Modifier and Type Method 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. -
Uses of VirtualNetworkProfile in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VirtualNetworkProfile Modifier and Type Method Description VirtualNetworkProfileAppServiceEnvironment. virtualNetwork()Get the virtualNetwork property: Description of the Virtual Network.VirtualNetworkProfileAppServiceEnvironmentResourceInner. virtualNetwork()Get the virtualNetwork property: Description of the Virtual Network.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type VirtualNetworkProfile Modifier and Type Method Description AppServiceEnvironmentAppServiceEnvironment. withVirtualNetwork(VirtualNetworkProfile virtualNetwork)Set the virtualNetwork property: Description of the Virtual Network.AppServiceEnvironmentResourceInnerAppServiceEnvironmentResourceInner. withVirtualNetwork(VirtualNetworkProfile virtualNetwork)Set the virtualNetwork property: Description of the Virtual Network. -
Uses of VirtualNetworkProfile in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return VirtualNetworkProfile Modifier and Type Method Description VirtualNetworkProfileAppServiceEnvironmentPatchResource. virtualNetwork()Get the virtualNetwork property: Description of the Virtual Network.VirtualNetworkProfileVirtualNetworkProfile. withId(String id)Set the id property: Resource id of the Virtual Network.VirtualNetworkProfileVirtualNetworkProfile. withSubnet(String subnet)Set the subnet property: Subnet within the Virtual Network.Methods in com.azure.resourcemanager.appservice.models with parameters of type VirtualNetworkProfile Modifier and Type Method Description AppServiceEnvironmentPatchResourceAppServiceEnvironmentPatchResource. withVirtualNetwork(VirtualNetworkProfile virtualNetwork)Set the virtualNetwork property: Description of the Virtual Network.
-