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.ProxyResourceDataExport
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
An array of tables to export, for example: ["Heartbeat, SecurityEvent"].
- resource_id
- str
The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
- event_hub_name
- str
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".
Feedback
Submit and view feedback for