Freigeben über


ActivityLogAlertsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine Aktivitätsprotokollwarnungsregel ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource> GetAsync (this Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations operations, string resourceGroupName, string activityLogAlertName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource>
<Extension()>
Public Function GetAsync (operations As IActivityLogAlertsOperations, resourceGroupName As String, activityLogAlertName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActivityLogAlertResource)

Parameter

operations
IActivityLogAlertsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

activityLogAlertName
String

Der Name der Aktivitätsprotokollwarnungsregel.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: