GetDataExportResult

data class GetDataExportResult(val azureApiVersion: String, val createdDate: String? = null, val dataExportId: String? = null, val enable: Boolean? = null, val eventHubName: String? = null, val id: String, val lastModifiedDate: String? = null, val name: String, val resourceId: String, val tableNames: List<String>, val type: String)

The top level data export resource container.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String? = null, dataExportId: String? = null, enable: Boolean? = null, eventHubName: String? = null, id: String, lastModifiedDate: String? = null, name: String, resourceId: String, tableNames: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val createdDate: String? = null

The latest data export rule modification time.

Link copied to clipboard
val dataExportId: String? = null

The data export rule ID.

Link copied to clipboard
val enable: Boolean? = null

Active when enabled.

Link copied to clipboard
val eventHubName: String? = null

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

Link copied to clipboard
val id: String

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

Link copied to clipboard

Date and time when the export was last modified.

Link copied to clipboard

The name of the resource

Link copied to clipboard

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

Link copied to clipboard

An array of tables to export, for example: “Heartbeat, SecurityEvent”.

Link copied to clipboard

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