public interface VirtualHubBgpConnectionsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Deletes a VirtualHubBgpConnection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListAdvertisedRoutes(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListAdvertisedRoutes(String resourceGroupName,
String hubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListAdvertisedRoutesAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListLearnedRoutes(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListLearnedRoutes(String resourceGroupName,
String hubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> |
beginListLearnedRoutesAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
BgpConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
BgpConnectionInner |
createOrUpdate(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters,
com.azure.core.util.Context context)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
Mono<BgpConnectionInner> |
createOrUpdateAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName,
BgpConnectionInner parameters)
Creates a VirtualHubBgpConnection resource if it doesn't exist else updates the existing VirtualHubBgpConnection.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
void |
delete(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Deletes a VirtualHubBgpConnection.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Deletes a VirtualHubBgpConnection.
|
BgpConnectionInner |
get(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
Mono<BgpConnectionInner> |
getAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
com.azure.core.http.rest.Response<BgpConnectionInner> |
getWithResponse(String resourceGroupName,
String virtualHubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves the details of a Virtual Hub Bgp Connection.
|
Mono<com.azure.core.http.rest.Response<BgpConnectionInner>> |
getWithResponseAsync(String resourceGroupName,
String virtualHubName,
String connectionName)
Retrieves the details of a Virtual Hub Bgp Connection.
|
com.azure.core.http.rest.PagedIterable<BgpConnectionInner> |
list(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubBgpConnections.
|
com.azure.core.http.rest.PagedIterable<BgpConnectionInner> |
list(String resourceGroupName,
String virtualHubName,
com.azure.core.util.Context context)
Retrieves the details of all VirtualHubBgpConnections.
|
PeerRouteListInner |
listAdvertisedRoutes(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
PeerRouteListInner |
listAdvertisedRoutes(String resourceGroupName,
String hubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
Mono<PeerRouteListInner> |
listAdvertisedRoutesAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listAdvertisedRoutesWithResponseAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
|
com.azure.core.http.rest.PagedFlux<BgpConnectionInner> |
listAsync(String resourceGroupName,
String virtualHubName)
Retrieves the details of all VirtualHubBgpConnections.
|
PeerRouteListInner |
listLearnedRoutes(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
PeerRouteListInner |
listLearnedRoutes(String resourceGroupName,
String hubName,
String connectionName,
com.azure.core.util.Context context)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
Mono<PeerRouteListInner> |
listLearnedRoutesAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
listLearnedRoutesWithResponseAsync(String resourceGroupName,
String hubName,
String connectionName)
Retrieves a list of routes the virtual hub bgp connection has learned.
|
Mono<com.azure.core.http.rest.Response<BgpConnectionInner>> getWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BgpConnectionInner> getAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BgpConnectionInner get(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<BgpConnectionInner> getWithResponse(String resourceGroupName, String virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BgpConnectionInner>,BgpConnectionInner> beginCreateOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<BgpConnectionInner> createOrUpdateAsync(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BgpConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.BgpConnectionInner createOrUpdate(String resourceGroupName, String virtualHubName, String connectionName, BgpConnectionInner parameters, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.parameters - Parameters of Bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String virtualHubName, String connectionName)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String virtualHubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHubBgpConnection.virtualHubName - The name of the VirtualHub.connectionName - The name of the connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<BgpConnectionInner> listAsync(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BgpConnectionInner> list(String resourceGroupName, String virtualHubName)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<BgpConnectionInner> list(String resourceGroupName, String virtualHubName, com.azure.core.util.Context context)
resourceGroupName - The resource group name of the VirtualHub.virtualHubName - The name of the VirtualHub.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listLearnedRoutesWithResponseAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListLearnedRoutesAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListLearnedRoutes(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListLearnedRoutes(String resourceGroupName, String hubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PeerRouteListInner> listLearnedRoutesAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PeerRouteListInner listLearnedRoutes(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PeerRouteListInner listLearnedRoutes(String resourceGroupName, String hubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> listAdvertisedRoutesWithResponseAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListAdvertisedRoutesAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListAdvertisedRoutes(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PeerRouteListInner>,PeerRouteListInner> beginListAdvertisedRoutes(String resourceGroupName, String hubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<PeerRouteListInner> listAdvertisedRoutesAsync(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PeerRouteListInner listAdvertisedRoutes(String resourceGroupName, String hubName, String connectionName)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.PeerRouteListInner listAdvertisedRoutes(String resourceGroupName, String hubName, String connectionName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.hubName - The name of the virtual hub.connectionName - The name of the virtual hub bgp connection.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.