Freigeben über


PolicySetDefinitionsOperationsExtensions.ListByManagementGroupNextAsync Methode

Definition

Ruft alle Richtliniensatzdefinitionen in der Verwaltungsgruppe ab.

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

Parameter

operations
IPolicySetDefinitionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Dieser Vorgang ruft eine Liste aller Richtliniensatzdefinitionen in der angegebenen Verwaltungsgruppe ab.

Gilt für: