Uses of Class
com.azure.resourcemanager.network.models.RoutingState
Packages that use RoutingState
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 RoutingStateModifier and TypeMethodDescriptionVirtualHubInner.routingState()Get the routingState property: The routing state.VirtualHubProperties.routingState()Get the routingState property: The routing state. -
Uses of RoutingState in com.azure.resourcemanager.network.models
Subclasses with type arguments of type RoutingState in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe current routing state of the VirtualHub.Fields in com.azure.resourcemanager.network.models declared as RoutingStateModifier and TypeFieldDescriptionstatic final RoutingStateRoutingState.FAILEDStatic value Failed for RoutingState.static final RoutingStateRoutingState.NONEStatic value None for RoutingState.static final RoutingStateRoutingState.PROVISIONEDStatic value Provisioned for RoutingState.static final RoutingStateRoutingState.PROVISIONINGStatic value Provisioning for RoutingState.Methods in com.azure.resourcemanager.network.models that return RoutingStateModifier and TypeMethodDescriptionstatic 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 RoutingStateModifier and TypeMethodDescriptionstatic Collection<RoutingState> RoutingState.values()Gets known RoutingState values.