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() | |
Source(String, String, IList<String>, String) |
Source()
public Source ();
Public Sub New ()
Applies to
Source(String, String, IList<String>, String)
public Source (string dataSourceId, string query = default, System.Collections.Generic.IList<string> authorizedResources = default, string queryType = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Source : string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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
- query
- String
- queryType
- String