Context Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Context() |
Initializes a new instance of the Context class. |
Context(String, String) |
Initializes a new instance of the Context class. |
Context()
Initializes a new instance of the Context class.
public Context ();
Public Sub New ()
Applies to
Context(String, String)
Initializes a new instance of the Context class.
public Context (string notificationSource = default, string contextType = default);
new Microsoft.Azure.Management.Monitor.Models.Context : string * string -> Microsoft.Azure.Management.Monitor.Models.Context
Public Sub New (Optional notificationSource As String = Nothing, Optional contextType As String = Nothing)
Parameters
- notificationSource
- String
The source of the notification request
- contextType
- String
The context id type
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET