Freigeben über


AlertRulesOperationsExtensions.GetAsync Methode

Definition

Ruft eine klassische Metrikwarnungsregel ab.

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

Parameter

operations
IAlertRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

ruleName
String

Der Name der Regel.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: