Uses of Class
com.azure.resourcemanager.network.models.EffectiveRoutesParameters
Packages that use EffectiveRoutesParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of EffectiveRoutesParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type EffectiveRoutesParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>, VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context) Gets the effective routes configured for the Virtual Hub resource or the specified resource .com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualHubEffectiveRouteListInner>, VirtualHubEffectiveRouteListInner> VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource .VirtualHubsClient.getEffectiveVirtualHubRoutes(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters, com.azure.core.util.Context context) Gets the effective routes configured for the Virtual Hub resource or the specified resource .VirtualHubsClient.getEffectiveVirtualHubRoutesAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource .Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VirtualHubsClient.getEffectiveVirtualHubRoutesWithResponseAsync(String resourceGroupName, String virtualHubName, EffectiveRoutesParameters effectiveRoutesParameters) Gets the effective routes configured for the Virtual Hub resource or the specified resource . -
Uses of EffectiveRoutesParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return EffectiveRoutesParametersModifier and TypeMethodDescriptionstatic EffectiveRoutesParametersEffectiveRoutesParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EffectiveRoutesParameters from the JsonReader.EffectiveRoutesParameters.withResourceId(String resourceId) Set the resourceId property: The resource whose effective routes are being requested.EffectiveRoutesParameters.withVirtualWanResourceType(String virtualWanResourceType) Set the virtualWanResourceType property: The type of the specified resource like RouteTable, ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.