Compartilhar via


BgpServiceCommunitiesOperationsExtensions.ListAsync Método

Definição

Obtém todas as comunidades de serviço bgp disponíveis.

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))

Parâmetros

operations
IBgpServiceCommunitiesOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a