Source 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
Source() |
Initializes a new instance of the Source class. |
Source(String, String, IList<String>, String) |
Initializes a new instance of the Source class. |
Source()
Initializes a new instance of the Source class.
public Source ();
Public Sub New ()
Applies to
Source(String, String, IList<String>, String)
Initializes a new instance of the Source class.
public Source (string dataSourceId, string query = default, System.Collections.Generic.IList<string> authorizedResources = default, string queryType = default);
new Microsoft.Azure.Management.Monitor.Models.Source : string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Monitor.Models.Source
Public Sub New (dataSourceId As String, Optional query As String = Nothing, Optional authorizedResources As IList(Of String) = Nothing, Optional queryType As String = Nothing)
Parameters
- dataSourceId
- String
The resource uri over which log search query is to be run.
- query
- String
Log search query. Required for action type - AlertingAction
- queryType
- String
Set value to 'ResultCount'. Possible values include: 'ResultCount'
Applies to
Azure SDK for .NET