BgpServiceCommunitiesOperationsExtensions.ListAsync Method

Definition

Gets all the available bgp service communities.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner>> ListAsync (this Microsoft.Azure.Management.Network.Fluent.IBgpServiceCommunitiesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.IBgpServiceCommunitiesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.BgpServiceCommunityInner>>
<Extension()>
Public Function ListAsync (operations As IBgpServiceCommunitiesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BgpServiceCommunityInner))

Parameters

operations
IBgpServiceCommunitiesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to