| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
VirtualHubsClient.beginGetEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
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<Void>,Void> |
VirtualHubsClient.beginGetEffectiveVirtualHubRoutesAsync(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
void |
VirtualHubsClient.getEffectiveVirtualHubRoutes(String resourceGroupName,
String virtualHubName,
EffectiveRoutesParameters effectiveRoutesParameters)
Gets the effective routes configured for the Virtual Hub resource or the specified resource .
|
void |
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 .
|
Mono<Void> |
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 .
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveRoutesParameters |
EffectiveRoutesParameters.withResourceId(com.azure.core.management.Resource resourceId)
Set the resourceId property: The resource whose effective routes are being requested.
|
EffectiveRoutesParameters |
EffectiveRoutesParameters.withVirtualWanResourceType(String virtualWanResourceType)
Set the virtualWanResourceType property: The type of the specified resource like RouteTable,
ExpressRouteConnection, HubVirtualNetworkConnection, VpnConnection and P2SConnection.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.