DataExport Class

The top level data export resource container.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.loganalytics.models._models_py3.ProxyResource
DataExport

Constructor

DataExport(*, data_export_id: Optional[str] = None, table_names: Optional[List[str]] = None, enable: Optional[bool] = None, created_date: Optional[str] = None, last_modified_date: Optional[str] = None, resource_id: Optional[str] = None, event_hub_name: Optional[str] = None, **kwargs)

Parameters

data_export_id
str
Required

The data export rule ID.

table_names
list[str]
Required

An array of tables to export, for example: ["Heartbeat, SecurityEvent"].

enable
bool
Required

Active when enabled.

created_date
str
Required

The latest data export rule modification time.

last_modified_date
str
Required

Date and time when the export was last modified.

resource_id
str
Required

The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.

event_hub_name
str
Required

Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.

Variables

id
str

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

name
str

The name of the resource.

type
str

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

type_properties_destination_type
str or Type

The type of the destination resource. Possible values include: "StorageAccount", "EventHub".