Uses of Class
com.azure.resourcemanager.network.models.PreferredRoutingGateway
Packages that use PreferredRoutingGateway
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PreferredRoutingGateway in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PreferredRoutingGatewayModifier and TypeMethodDescriptionVirtualHubInner.preferredRoutingGateway()Get the preferredRoutingGateway property: The preferred gateway to route on-prem traffic.VirtualHubProperties.preferredRoutingGateway()Get the preferredRoutingGateway property: The preferred gateway to route on-prem traffic.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PreferredRoutingGatewayModifier and TypeMethodDescriptionVirtualHubInner.withPreferredRoutingGateway(PreferredRoutingGateway preferredRoutingGateway) Set the preferredRoutingGateway property: The preferred gateway to route on-prem traffic.VirtualHubProperties.withPreferredRoutingGateway(PreferredRoutingGateway preferredRoutingGateway) Set the preferredRoutingGateway property: The preferred gateway to route on-prem traffic. -
Uses of PreferredRoutingGateway in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PreferredRoutingGatewayModifier and TypeFieldDescriptionstatic final PreferredRoutingGatewayPreferredRoutingGateway.EXPRESS_ROUTEStatic value ExpressRoute for PreferredRoutingGateway.static final PreferredRoutingGatewayPreferredRoutingGateway.NONEStatic value None for PreferredRoutingGateway.static final PreferredRoutingGatewayPreferredRoutingGateway.VPN_GATEWAYStatic value VpnGateway for PreferredRoutingGateway.Methods in com.azure.resourcemanager.network.models that return PreferredRoutingGatewayModifier and TypeMethodDescriptionstatic PreferredRoutingGatewayPreferredRoutingGateway.fromString(String name) Creates or finds a PreferredRoutingGateway from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PreferredRoutingGatewayModifier and TypeMethodDescriptionstatic Collection<PreferredRoutingGateway> PreferredRoutingGateway.values()Gets known PreferredRoutingGateway values.