ConnectedClusterBgpPeerCollection.GetAllAsync(CancellationToken) Method

Definition

List BgpPeer resources by parent

  • Request Path. : /{resourceUri}/providers/Microsoft.KubernetesRuntime/bgpPeers.
  • Operation Id. : BgpPeers_List.
  • Default Api Version. : 2024-03-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConnectedClusterBgpPeerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ConnectedClusterBgpPeerResource that may take multiple service requests to iterate over.

Applies to