共用方式為


VirtualNetworkGatewayResource.GetBgpPeerStatus Method

Definition

The GetBgpPeerStatus operation retrieves the status of all BGP peers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getBgpPeerStatus
  • Operation Id: VirtualNetworkGateways_GetBgpPeerStatus
  • Default Api Version: 2023-09-01
  • Resource: VirtualNetworkGatewayResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BgpPeerStatusListResult> GetBgpPeerStatus (Azure.WaitUntil waitUntil, string peer = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBgpPeerStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BgpPeerStatusListResult>
override this.GetBgpPeerStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.Models.BgpPeerStatusListResult>
Public Overridable Function GetBgpPeerStatus (waitUntil As WaitUntil, Optional peer As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BgpPeerStatusListResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

peer
String

The IP address of the peer to retrieve the status of.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to