ArmMonitorModelFactory.NotificationContext(String, String) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von NotificationContext.
public static Azure.ResourceManager.Monitor.Models.NotificationContext NotificationContext (string notificationSource = default, string contextType = default);
static member NotificationContext : string * string -> Azure.ResourceManager.Monitor.Models.NotificationContext
Public Shared Function NotificationContext (Optional notificationSource As String = Nothing, Optional contextType As String = Nothing) As NotificationContext
Parameter
- notificationSource
- String
Die Quelle der Benachrichtigungsanforderung.
- contextType
- String
Der Kontext-ID-Typ.
Gibt zurück
Eine neue NotificationContext instance zum Simulieren.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET