PSDataSource 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
PSDataSource() | |
PSDataSource(DataSource, String, String) |
PSDataSource()
public PSDataSource ();
Public Sub New ()
Applies to
PSDataSource(DataSource, String, String)
public PSDataSource (Microsoft.Azure.Management.OperationalInsights.Models.DataSource dataSource, string resourceGroupName, string workspaceName);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource : Microsoft.Azure.Management.OperationalInsights.Models.DataSource * string * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSDataSource
Public Sub New (dataSource As DataSource, resourceGroupName As String, workspaceName As String)
Parameters
- dataSource
- DataSource
- resourceGroupName
- String
- workspaceName
- String