Freigeben über


ResourceHealthMetadataOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Listet alle ResourceHealthMetadata für alle Websites in der Ressourcengruppe im Abonnement auf.

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

Parameter

operations
IResourceHealthMetadataOperations

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

Hinweise

Beschreibung für Auflisten aller ResourceHealthMetadatas für alle Websites in der Ressourcengruppe im Abonnement.

Gilt für: