Uses of Class
com.azure.resourcemanager.appservice.fluent.models.VnetRouteProperties
-
Packages that use VnetRouteProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of VnetRouteProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return VnetRouteProperties Modifier and Type Method Description VnetRoutePropertiesVnetRouteProperties. withEndAddress(String endAddress)Set the endAddress property: The ending address for this route.VnetRoutePropertiesVnetRouteProperties. 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 onlyVnetRoutePropertiesVnetRouteProperties. withStartAddress(String startAddress)Set the startAddress property: The starting address for this route.
-