Uses of Class
com.azure.resourcemanager.network.models.GetOutboundRoutesParameters
Packages that use GetOutboundRoutesParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of GetOutboundRoutesParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type GetOutboundRoutesParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteMapRouteListInner>, EffectiveRouteMapRouteListInner> VirtualHubsClient.beginGetOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters) Gets the outbound routes configured for the Virtual Hub on a particular connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteMapRouteListInner>, EffectiveRouteMapRouteListInner> VirtualHubsClient.beginGetOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters, com.azure.core.util.Context context) Gets the outbound routes configured for the Virtual Hub on a particular connection.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<EffectiveRouteMapRouteListInner>, EffectiveRouteMapRouteListInner> VirtualHubsClient.beginGetOutboundRoutesAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters) Gets the outbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters) Gets the outbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getOutboundRoutes(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters, com.azure.core.util.Context context) Gets the outbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getOutboundRoutesAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters) Gets the outbound routes configured for the Virtual Hub on a particular connection.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualHubsClient.getOutboundRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, GetOutboundRoutesParameters getOutboundRoutesParameters) Gets the outbound routes configured for the Virtual Hub on a particular connection. -
Uses of GetOutboundRoutesParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return GetOutboundRoutesParametersModifier and TypeMethodDescriptionstatic GetOutboundRoutesParametersGetOutboundRoutesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GetOutboundRoutesParameters from the JsonReader.GetOutboundRoutesParameters.withConnectionType(String connectionType) Set the connectionType property: The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.GetOutboundRoutesParameters.withResourceUri(String resourceUri) Set the resourceUri property: The connection resource whose outbound routes are being requested.