Freigeben über


SmartGroupsOperationsExtensions.GetAllNextAsync Methode

Definition

Abrufen aller intelligenten Gruppen innerhalb eines angegebenen Abonnements

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

Parameter

operations
ISmartGroupsOperations

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

Listet alle intelligenten Gruppen innerhalb eines angegebenen Abonnements auf.

Gilt für: