Uses of Class
com.azure.resourcemanager.network.models.GetInboundRoutesParameters
Packages that use GetInboundRoutesParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of GetInboundRoutesParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type GetInboundRoutesParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<EffectiveRouteMapRouteListInner>, EffectiveRouteMapRouteListInner> VirtualHubsClient.beginGetInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters) Gets the inbound 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.beginGetInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters, com.azure.core.util.Context context) Gets the inbound 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.beginGetInboundRoutesAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters) Gets the inbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters) Gets the inbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getInboundRoutes(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters, com.azure.core.util.Context context) Gets the inbound routes configured for the Virtual Hub on a particular connection.VirtualHubsClient.getInboundRoutesAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters) Gets the inbound routes configured for the Virtual Hub on a particular connection.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualHubsClient.getInboundRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, GetInboundRoutesParameters getInboundRoutesParameters) Gets the inbound routes configured for the Virtual Hub on a particular connection. -
Uses of GetInboundRoutesParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return GetInboundRoutesParametersModifier and TypeMethodDescriptionstatic GetInboundRoutesParametersGetInboundRoutesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GetInboundRoutesParameters from the JsonReader.GetInboundRoutesParameters.withConnectionType(String connectionType) Set the connectionType property: The type of the specified connection resource like ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.GetInboundRoutesParameters.withResourceUri(String resourceUri) Set the resourceUri property: The connection resource whose inbound routes are being requested.