Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetRouteInner
Packages that use VnetRouteInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of VnetRouteInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return VnetRouteInnerModifier and TypeMethodDescriptionAppServicePlansClient.createOrUpdateVnetRoute
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.AppServicePlansClient.updateVnetRoute
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type VnetRouteInnerModifier and TypeMethodDescriptionAppServicePlansClient.createOrUpdateVnetRouteAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.com.azure.core.http.rest.Response
<VnetRouteInner> AppServicePlansClient.createOrUpdateVnetRouteWithResponse
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context) Create or update a Virtual Network route in an App Service plan.Mono
<com.azure.core.http.rest.Response<VnetRouteInner>> AppServicePlansClient.createOrUpdateVnetRouteWithResponseAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.AppServicePlansClient.getRouteForVnet
(String resourceGroupName, String name, String vnetName, String routeName) Get a Virtual Network route in an App Service plan.AppServicePlansClient.getRouteForVnetAsync
(String resourceGroupName, String name, String vnetName, String routeName) Get a Virtual Network route in an App Service plan.com.azure.core.http.rest.Response
<List<VnetRouteInner>> AppServicePlansClient.getRouteForVnetWithResponse
(String resourceGroupName, String name, String vnetName, String routeName, com.azure.core.util.Context context) Get a Virtual Network route in an App Service plan.Mono
<com.azure.core.http.rest.Response<List<VnetRouteInner>>> AppServicePlansClient.getRouteForVnetWithResponseAsync
(String resourceGroupName, String name, String vnetName, String routeName) Get a Virtual Network route in an App Service plan.AppServicePlansClient.listRoutesForVnet
(String resourceGroupName, String name, String vnetName) Get all routes that are associated with a Virtual Network in an App Service plan.AppServicePlansClient.listRoutesForVnetAsync
(String resourceGroupName, String name, String vnetName) Get all routes that are associated with a Virtual Network in an App Service plan.com.azure.core.http.rest.Response
<List<VnetRouteInner>> AppServicePlansClient.listRoutesForVnetWithResponse
(String resourceGroupName, String name, String vnetName, com.azure.core.util.Context context) Get all routes that are associated with a Virtual Network in an App Service plan.Mono
<com.azure.core.http.rest.Response<List<VnetRouteInner>>> AppServicePlansClient.listRoutesForVnetWithResponseAsync
(String resourceGroupName, String name, String vnetName) Get all routes that are associated with a Virtual Network in an App Service plan.AppServicePlansClient.updateVnetRouteAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.com.azure.core.http.rest.Response
<VnetRouteInner> AppServicePlansClient.updateVnetRouteWithResponse
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context) Create or update a Virtual Network route in an App Service plan.Mono
<com.azure.core.http.rest.Response<VnetRouteInner>> AppServicePlansClient.updateVnetRouteWithResponseAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type VnetRouteInnerModifier and TypeMethodDescriptionAppServicePlansClient.createOrUpdateVnetRoute
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.AppServicePlansClient.createOrUpdateVnetRouteAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.com.azure.core.http.rest.Response
<VnetRouteInner> AppServicePlansClient.createOrUpdateVnetRouteWithResponse
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context) Create or update a Virtual Network route in an App Service plan.Mono
<com.azure.core.http.rest.Response<VnetRouteInner>> AppServicePlansClient.createOrUpdateVnetRouteWithResponseAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.AppServicePlansClient.updateVnetRoute
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.AppServicePlansClient.updateVnetRouteAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan.com.azure.core.http.rest.Response
<VnetRouteInner> AppServicePlansClient.updateVnetRouteWithResponse
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route, com.azure.core.util.Context context) Create or update a Virtual Network route in an App Service plan.Mono
<com.azure.core.http.rest.Response<VnetRouteInner>> AppServicePlansClient.updateVnetRouteWithResponseAsync
(String resourceGroupName, String name, String vnetName, String routeName, VnetRouteInner route) Create or update a Virtual Network route in an App Service plan. -
Uses of VnetRouteInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetRouteInnerModifier and TypeMethodDescriptionstatic VnetRouteInner
VnetRouteInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VnetRouteInner from the JsonReader.VnetRouteInner.withEndAddress
(String endAddress) Set the endAddress property: The ending address for this route.Set the kind property: Kind of resource.VnetRouteInner.withRouteType
(RouteType routeType) Set the routeType property: The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only These values will be used for syncing an app's routes with those from a Virtual Network.VnetRouteInner.withStartAddress
(String startAddress) Set the startAddress property: The starting address for this route.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type VnetRouteInner