Partager via


TemplateSpecsOperationsExtensions.ListBySubscriptionNextAsync Méthode

Définition

Répertorie toutes les spécifications de modèle dans les abonnements spécifiés.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : Microsoft.Azure.Management.ResourceManager.ITemplateSpecsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.TemplateSpec>>
<Extension()>
Public Function ListBySubscriptionNextAsync (operations As ITemplateSpecsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of TemplateSpec))

Paramètres

operations
ITemplateSpecsOperations

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

S’applique à