你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CreatePSDataExportParameters Constructor
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.
public CreatePSDataExportParameters (string resourceGroupName, string workspaceName, string dataExportName, System.Collections.Generic.List<string> tableNames, string destinationResourceId, string eventHubName, bool? enable);
new Microsoft.Azure.Commands.OperationalInsights.Models.CreatePSDataExportParameters : string * string * string * System.Collections.Generic.List<string> * string * string * Nullable<bool> -> Microsoft.Azure.Commands.OperationalInsights.Models.CreatePSDataExportParameters
Public Sub New (resourceGroupName As String, workspaceName As String, dataExportName As String, tableNames As List(Of String), destinationResourceId As String, eventHubName As String, enable As Nullable(Of Boolean))
Parameters
- resourceGroupName
- String
- workspaceName
- String
- dataExportName
- String
- destinationResourceId
- String
- eventHubName
- String