Uses of Class
com.microsoft.azure.management.appservice.RouteType
-
-
Uses of RouteType in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice 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.microsoft.azure.management.appservice 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.microsoft.azure.management.appservice that return types with arguments of type RouteType Modifier and Type Method Description static Collection<RouteType>RouteType. values()
-