HealthMonitorResource.GetHealthMonitorStateChangeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le changement d’état d’intégrité d’un moniteur d’une machine virtuelle à l’horodatage fourni. Paramètre facultatif : $expand (récupérer les preuves et la configuration du moniteur).
- Chemin de la demande/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
- IdHealthMonitors_GetStateChange d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorStateChangeResource>> GetHealthMonitorStateChangeAsync (string timestampUnix, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHealthMonitorStateChangeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorStateChangeResource>>
override this.GetHealthMonitorStateChangeAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadMonitor.HealthMonitorStateChangeResource>>
Public Overridable Function GetHealthMonitorStateChangeAsync (timestampUnix As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HealthMonitorStateChangeResource))
Paramètres
- timestampUnix
- String
Horodatage du changement d’état (format unix).
- expand
- String
Développez éventuellement la preuve et/ou la configuration du moniteur. Exemple : $expand=evidence,configuration.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
timestampUnix
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
timestampUnix
a la valeur null.