Freigeben über


AlertsManagementExtensions.GetServiceAlert Methode

Definition

Abrufen von Informationen im Zusammenhang mit einer bestimmten Warnung

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}
  • Vorgangs-IdAlerts_GetById
public static Azure.Response<Azure.ResourceManager.AlertsManagement.ServiceAlertResource> GetServiceAlert (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Guid alertId, System.Threading.CancellationToken cancellationToken = default);
static member GetServiceAlert : Azure.ResourceManager.Resources.SubscriptionResource * Guid * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AlertsManagement.ServiceAlertResource>
<Extension()>
Public Function GetServiceAlert (subscriptionResource As SubscriptionResource, alertId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceAlertResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

alertId
Guid

Eindeutige ID einer Warnung instance.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: