PSDataSourcesSpec 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
PSDataSourcesSpec() |
Initializes a new instance of the PSDataSourcesSpec class. |
PSDataSourcesSpec(DataSourcesSpec) |
Initializes a new instance of the PSDataSourcesSpec class. |
PSDataSourcesSpec()
Initializes a new instance of the PSDataSourcesSpec class.
public PSDataSourcesSpec ();
Public Sub New ()
Applies to
PSDataSourcesSpec(DataSourcesSpec)
Initializes a new instance of the PSDataSourcesSpec class.
public PSDataSourcesSpec (Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec dataSourcesSpec);
new Microsoft.Azure.Commands.Insights.OutputClasses.PSDataSourcesSpec : Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec -> Microsoft.Azure.Commands.Insights.OutputClasses.PSDataSourcesSpec
Public Sub New (dataSourcesSpec As DataSourcesSpec)
Parameters
- dataSourcesSpec
- DataSourcesSpec
The DataSourcesSpec to wrap.