Partager via


PolicyStatesOperationsExtensions.ListQueryResultsForSubscriptionNextAsync Méthode

Définition

Interroge les états de stratégie pour les ressources sous l’abonnement.

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

Paramètres

operations
IPolicyStatesOperations

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

S’applique à