Uses of Class
com.azure.resourcemanager.appservice.models.RouteType
-
Packages that use RouteType Package Description 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 RouteType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return RouteType Modifier and Type Method Description RouteTypeVnetRouteInner. routeType()Get 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 onlyRouteTypeVnetRouteProperties. routeType()Get 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 onlyMethods in com.azure.resourcemanager.appservice.fluent.models with parameters of type RouteType Modifier and Type Method Description VnetRouteInnerVnetRouteInner. 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. 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 -
Uses of RouteType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as RouteType Modifier and Type Field Description static RouteTypeRouteType. DEFAULTStatic value DEFAULT for RouteType.static RouteTypeRouteType. INHERITEDStatic value INHERITED for RouteType.static RouteTypeRouteType. STATICStatic value STATIC for RouteType.Methods in com.azure.resourcemanager.appservice.models that return RouteType Modifier and Type Method Description static RouteTypeRouteType. fromString(String name)Creates or finds a RouteType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RouteType Modifier and Type Method Description static Collection<RouteType>RouteType. values()
-