Método CertificateOperationsExtensions.ListNextAsync (ICertificateOperations, String)
Recupere o próxima lista de certificados. (consulte https://aka.ms/azureautomationsdk/certificateoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static Task<CertificateListResponse> ListNextAsync(
this ICertificateOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<CertificateListResponse^>^ ListNextAsync(
ICertificateOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:ICertificateOperations *
nextLink:string -> Task<CertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As ICertificateOperations,
nextLink As String
) As Task(Of CertificateListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
nextLink
Type: System.StringObrigatório. O link para recuperar o próximo conjunto de itens.
Valor de retorno
Type: System.Threading.Tasks.Task<CertificateListResponse>
O modelo de resposta para a operação de certificado da lista.
Consulte também
Classe CertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo