VirtualHubBgpConnections interface
Interface representing a VirtualHubBgpConnections.
Methods
begin |
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer. |
begin |
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer. |
begin |
Retrieves a list of routes the virtual hub bgp connection has learned. |
begin |
Retrieves a list of routes the virtual hub bgp connection has learned. |
list(string, string, Virtual |
Retrieves the details of all VirtualHubBgpConnections. |
Method Details
beginListAdvertisedRoutes(string, string, string, VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
function beginListAdvertisedRoutes(resourceGroupName: string, hubName: string, connectionName: string, options?: VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHubBgpConnectionsListAdvertisedRoutesResponse>, VirtualHubBgpConnectionsListAdvertisedRoutesResponse>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- hubName
-
string
The name of the virtual hub.
- connectionName
-
string
The name of the virtual hub bgp connection.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualHubBgpConnectionsListAdvertisedRoutesResponse>, VirtualHubBgpConnectionsListAdvertisedRoutesResponse>>
beginListAdvertisedRoutesAndWait(string, string, string, VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams)
Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.
function beginListAdvertisedRoutesAndWait(resourceGroupName: string, hubName: string, connectionName: string, options?: VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams): Promise<VirtualHubBgpConnectionsListAdvertisedRoutesResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- hubName
-
string
The name of the virtual hub.
- connectionName
-
string
The name of the virtual hub bgp connection.
The options parameters.
Returns
beginListLearnedRoutes(string, string, string, VirtualHubBgpConnectionsListLearnedRoutesOptionalParams)
Retrieves a list of routes the virtual hub bgp connection has learned.
function beginListLearnedRoutes(resourceGroupName: string, hubName: string, connectionName: string, options?: VirtualHubBgpConnectionsListLearnedRoutesOptionalParams): Promise<SimplePollerLike<OperationState<VirtualHubBgpConnectionsListLearnedRoutesResponse>, VirtualHubBgpConnectionsListLearnedRoutesResponse>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- hubName
-
string
The name of the virtual hub.
- connectionName
-
string
The name of the virtual hub bgp connection.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VirtualHubBgpConnectionsListLearnedRoutesResponse>, VirtualHubBgpConnectionsListLearnedRoutesResponse>>
beginListLearnedRoutesAndWait(string, string, string, VirtualHubBgpConnectionsListLearnedRoutesOptionalParams)
Retrieves a list of routes the virtual hub bgp connection has learned.
function beginListLearnedRoutesAndWait(resourceGroupName: string, hubName: string, connectionName: string, options?: VirtualHubBgpConnectionsListLearnedRoutesOptionalParams): Promise<VirtualHubBgpConnectionsListLearnedRoutesResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- hubName
-
string
The name of the virtual hub.
- connectionName
-
string
The name of the virtual hub bgp connection.
The options parameters.
Returns
list(string, string, VirtualHubBgpConnectionsListOptionalParams)
Retrieves the details of all VirtualHubBgpConnections.
function list(resourceGroupName: string, virtualHubName: string, options?: VirtualHubBgpConnectionsListOptionalParams): PagedAsyncIterableIterator<BgpConnection, BgpConnection[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name of the VirtualHub.
- virtualHubName
-
string
The name of the VirtualHub.
The options parameters.