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 d’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.AppService.Fluent.Models.CsmOperationDescription>> ListOperationsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.ICertificateRegistrationProviderOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListOperationsNextAsync : Microsoft.Azure.Management.AppService.Fluent.ICertificateRegistrationProviderOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.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 du précédent appel réussi à l’opération List.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Description de l’API Implémente les opérations Csm pour exposer la liste des API Csm disponibles sous le fournisseur de ressources
S’applique à
Azure SDK for .NET