Partager via


HealthMonitorsOperationsExtensions.ListStateChangesNext Méthode

Définition

Obtenez les modifications d’état d’intégrité d’un moniteur d’une machine virtuelle dans la fenêtre de temps fournie (la valeur par défaut est les dernières 24 heures). Paramètres facultatifs : $expand (récupérer la preuve et la configuration du moniteur) et $filter (filtrer par condition de pulsation).

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WorkloadMonitor.Models.HealthMonitorStateChange> ListStateChangesNext (this Microsoft.Azure.Management.WorkloadMonitor.IHealthMonitorsOperations operations, string nextPageLink);
static member ListStateChangesNext : Microsoft.Azure.Management.WorkloadMonitor.IHealthMonitorsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WorkloadMonitor.Models.HealthMonitorStateChange>
<Extension()>
Public Function ListStateChangesNext (operations As IHealthMonitorsOperations, nextPageLink As String) As IPage(Of HealthMonitorStateChange)

Paramètres

operations
IHealthMonitorsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à