VirtualHubBgpConnections interface

Interface representing a VirtualHubBgpConnections.

Methods

beginListAdvertisedRoutes(string, string, string, VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams)

Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.

beginListAdvertisedRoutesAndWait(string, string, string, VirtualHubBgpConnectionsListAdvertisedRoutesOptionalParams)

Retrieves a list of routes the virtual hub bgp connection is advertising to the specified peer.

beginListLearnedRoutes(string, string, string, VirtualHubBgpConnectionsListLearnedRoutesOptionalParams)

Retrieves a list of routes the virtual hub bgp connection has learned.

beginListLearnedRoutesAndWait(string, string, string, VirtualHubBgpConnectionsListLearnedRoutesOptionalParams)

Retrieves a list of routes the virtual hub bgp connection has learned.

list(string, string, VirtualHubBgpConnectionsListOptionalParams)

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.

Returns

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.

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.

Returns

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.

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.

options
VirtualHubBgpConnectionsListOptionalParams

The options parameters.

Returns