ComputePoliciesOperationsExtensions.ListByAccountNextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Listet die Data Lake Analytics Computerichtlinien innerhalb des angegebenen Data Lake Analytics-Kontos auf. Ein Konto unterstützt maximal 50 Richtlinien.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>> ListByAccountNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAccountNextAsync : Microsoft.Azure.Management.DataLake.Analytics.IComputePoliciesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.ComputePolicy>>
<Extension()>
Public Function ListByAccountNextAsync (operations As IComputePoliciesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ComputePolicy))
Parameter
- operations
- IComputePoliciesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET