Compartilhar via


AvailableServiceAliasesOperationsExtensions.ListAsync Método

Definição

Obtém todos os aliases de serviço disponíveis para esta assinatura nesta região.

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

Parâmetros

operations
IAvailableServiceAliasesOperations

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

location
String

O local.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a