Freigeben über


ActionGroupResource.GetNotificationStatusAsync Methode

Definition

Abrufen der Testbenachrichtigungen anhand der Benachrichtigungs-ID

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}/notificationStatus/{notificationId}
  • Vorgang IdActionGroups_GetTestNotificationsAtActionGroupResourceLevel
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus>> GetNotificationStatusAsync (string notificationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNotificationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus>>
override this.GetNotificationStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.NotificationStatus>>
Public Overridable Function GetNotificationStatusAsync (notificationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: