Uses of Class
com.azure.resourcemanager.network.models.RoutingState
-
Packages that use RoutingState Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of RoutingState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return RoutingState Modifier and Type Method Description RoutingStateVirtualHubInner. routingState()Get the routingState property: The routing state.RoutingStateVirtualHubProperties. routingState()Get the routingState property: The routing state. -
Uses of RoutingState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as RoutingState Modifier and Type Field Description static RoutingStateRoutingState. FAILEDStatic value Failed for RoutingState.static RoutingStateRoutingState. NONEStatic value None for RoutingState.static RoutingStateRoutingState. PROVISIONEDStatic value Provisioned for RoutingState.static RoutingStateRoutingState. PROVISIONINGStatic value Provisioning for RoutingState.Methods in com.azure.resourcemanager.network.models that return RoutingState Modifier and Type Method Description static RoutingStateRoutingState. fromString(String name)Creates or finds a RoutingState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type RoutingState Modifier and Type Method Description static Collection<RoutingState>RoutingState. values()
-