Share via


DataExport Class

Definition

The top level data export resource container.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DataExport : Microsoft.Azure.Management.OperationalInsights.Models.Resource, Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataExport = class
    inherit Resource
    interface IResource
Public Class DataExport
Inherits Resource
Implements IResource
Inheritance
DataExport
Attributes
Implements

Constructors

DataExport()

Initializes a new instance of the DataExport class.

DataExport(IList<String>, String, String, String, String, Nullable<Boolean>, String, String)

Initializes a new instance of the DataExport class.

Properties

CreatedDate

Gets or sets the latest data export rule modification time.

DataExportId

Gets or sets the data export rule ID.

DataExportType

Gets the type of the destination resource. Possible values include: 'StorageAccount', 'EventHub'

Enable

Gets or sets active when enabled.

EventHubName

Gets or sets optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
LastModifiedDate

Gets or sets date and time when the export was last modified.

Name

Gets the name of the resource

(Inherited from Resource)
ResourceId

Gets or sets the destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.

TableNames

Gets or sets an array of tables to export, for example: [“Heartbeat, SecurityEvent”].

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to