Aracılığıyla paylaş


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

Parameters

operations
IBgpServiceCommunitiesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to