Freigeben über


SubscriptionPolicyOperationsExtensions.ListPolicyForTenantNextAsync Methode

Definition

Rufen Sie die Abonnementmandantenrichtlinie für den Mandanten des Benutzers ab.

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

Parameter

operations
ISubscriptionPolicyOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: