Uses of Class
com.azure.resourcemanager.appservice.models.RouteType
Packages that use RouteType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 RouteTypeModifier and TypeMethodDescriptionVnetRouteInner.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 only These values will be used for syncing an app's routes with those from a Virtual Network.VnetRouteProperties.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 only These values will be used for syncing an app's routes with those from a Virtual Network.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type RouteTypeModifier and TypeMethodDescriptionVnetRouteInner.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.VnetRouteProperties.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. -
Uses of RouteType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as RouteTypeModifier and TypeFieldDescriptionstatic final RouteTypeRouteType.DEFAULTStatic value DEFAULT for RouteType.static final RouteTypeRouteType.INHERITEDStatic value INHERITED for RouteType.static final RouteTypeRouteType.STATICStatic value STATIC for RouteType.Methods in com.azure.resourcemanager.appservice.models that return RouteTypeModifier and TypeMethodDescriptionstatic 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 RouteTypeModifier and TypeMethodDescriptionstatic Collection<RouteType>RouteType.values()Gets known RouteType values.