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