CertificateRegistrationProviderOperationsExtensions.ListOperationsNextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémente l’API des opérations Csm pour exposer la liste des API Csm disponibles sous le fournisseur de ressources
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>> ListOperationsNextAsync (this Microsoft.Azure.Management.WebSites.ICertificateRegistrationProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOperationsNextAsync : Microsoft.Azure.Management.WebSites.ICertificateRegistrationProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.CsmOperationDescription>>
<Extension()>
Public Function ListOperationsNextAsync (operations As ICertificateRegistrationProviderOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmOperationDescription))
Paramètres
- operations
- ICertificateRegistrationProviderOperations
Groupe d’opérations pour cette méthode d’extension.
- nextPageLink
- String
NextLink de l’opération précédente d’appel réussi à List.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description de Implémente l’API d’opérations Csm pour exposer la liste des API Csm disponibles sous le fournisseur de ressources
S’applique à
Azure SDK for .NET