Freigeben über


ActionGroupResource.GetNotificationStatus(String, CancellationToken) Methode

Definition

Abrufen der Testbenachrichtigungen anhand der Benachrichtigungs-ID

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}/notificationStatus/{notificationId}
  • Vorgangs-IdActionGroups_GetTestNotificationsAtActionGroupResourceLevel
public virtual Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus> GetNotificationStatus (string notificationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationStatus : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus>
override this.GetNotificationStatus : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus>
Public Overridable Function GetNotificationStatus (notificationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NotificationStatus)

Parameter

notificationId
String

Die Benachrichtigungs-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

notificationId ist NULL.

Gilt für: