Freigeben über


HealthMonitorStateChangeCollection.ExistsAsync Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceCollectionName}/{resourceCollectionName}/providers/Microsoft.WorkloadMonitor/monitors/{monitorId}/history/{timestampUnix}
  • Vorgangs-IdHealthMonitors_GetStateChange
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string timestampUnix, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (timestampUnix As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameter

timestampUnix
String

Der Zeitstempel der Zustandsänderung (Unix-Format).

expand
String

Erweitern Sie optional die Nachweise und/oder die Konfiguration des Monitors. Beispiel: $expand=evidence,configuration.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

timestampUnix ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

timestampUnix ist NULL.

Gilt für: