Uses of Class
com.azure.resourcemanager.network.models.HubRoutingPreference
Packages that use HubRoutingPreference
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of HubRoutingPreference in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return HubRoutingPreferenceModifier and TypeMethodDescriptionVirtualHubInner.hubRoutingPreference()Get the hubRoutingPreference property: The hubRoutingPreference of this VirtualHub.VirtualHubProperties.hubRoutingPreference()Get the hubRoutingPreference property: The hubRoutingPreference of this VirtualHub.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type HubRoutingPreferenceModifier and TypeMethodDescriptionVirtualHubInner.withHubRoutingPreference(HubRoutingPreference hubRoutingPreference) Set the hubRoutingPreference property: The hubRoutingPreference of this VirtualHub.VirtualHubProperties.withHubRoutingPreference(HubRoutingPreference hubRoutingPreference) Set the hubRoutingPreference property: The hubRoutingPreference of this VirtualHub. -
Uses of HubRoutingPreference in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as HubRoutingPreferenceModifier and TypeFieldDescriptionstatic final HubRoutingPreferenceHubRoutingPreference.ASPATHStatic value ASPath for HubRoutingPreference.static final HubRoutingPreferenceHubRoutingPreference.EXPRESS_ROUTEStatic value ExpressRoute for HubRoutingPreference.static final HubRoutingPreferenceHubRoutingPreference.VPN_GATEWAYStatic value VpnGateway for HubRoutingPreference.Methods in com.azure.resourcemanager.network.models that return HubRoutingPreferenceModifier and TypeMethodDescriptionstatic HubRoutingPreferenceHubRoutingPreference.fromString(String name) Creates or finds a HubRoutingPreference from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type HubRoutingPreferenceModifier and TypeMethodDescriptionstatic Collection<HubRoutingPreference> HubRoutingPreference.values()Gets known HubRoutingPreference values.