Partilhar via


SshPublicKeysOperationsExtensions.ListBySubscriptionAsync Método

Definição

Lista todas as chaves públicas SSH na assinatura. Use a propriedade nextLink na resposta para obter a próxima página de chaves públicas SSH.

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

Parâmetros

operations
ISshPublicKeysOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a