你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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