Partilhar via


SshPublicKeysOperationsExtensions.ListByResourceGroupNext Método

Definição

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource> ListByResourceGroupNext (this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource>
<Extension()>
Public Function ListByResourceGroupNext (operations As ISshPublicKeysOperations, nextPageLink As String) As IPage(Of SshPublicKeyResource)

Parâmetros

operations
ISshPublicKeysOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a