ArmOperationalInsightsModelFactory.OperationalInsightsDataExportData Method
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.
Initializes a new instance of OperationalInsightsDataExportData.
public static Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportData OperationalInsightsDataExportData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Guid? dataExportId = default, System.Collections.Generic.IEnumerable<string> tableNames = default, bool? isEnabled = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default, Azure.Core.ResourceIdentifier resourceId = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataExportDestinationType? destinationType = default, string eventHubName = default);
static member OperationalInsightsDataExportData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Guid> * seq<string> * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsDataExportDestinationType> * string -> Azure.ResourceManager.OperationalInsights.OperationalInsightsDataExportData
Public Shared Function OperationalInsightsDataExportData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional dataExportId As Nullable(Of Guid) = Nothing, Optional tableNames As IEnumerable(Of String) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional destinationType As Nullable(Of OperationalInsightsDataExportDestinationType) = Nothing, Optional eventHubName As String = Nothing) As OperationalInsightsDataExportData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tableNames
- IEnumerable<String>
An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
- createdOn
- Nullable<DateTimeOffset>
The latest data export rule modification time.
- lastModifiedOn
- Nullable<DateTimeOffset>
Date and time when the export was last modified.
- resourceId
- ResourceIdentifier
The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
- destinationType
- Nullable<OperationalInsightsDataExportDestinationType>
The type of the destination resource.
- eventHubName
- String
Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
Returns
A new OperationalInsightsDataExportData instance for mocking.
Applies to
Azure SDK for .NET