DataExportProperties Class
- java.
lang. Object - com.
azure. resourcemanager. loganalytics. fluent. models. DataExportProperties
- com.
Implements
public final class DataExportProperties
implements JsonSerializable<DataExportProperties>
Data Export properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DataExportProperties() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdDate()
Get the created |
| String |
dataExportId()
Get the data |
| Boolean |
enable()
Get the enable property: Active when enabled. |
| String |
eventHubName()
Get the event |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
lastModifiedDate()
Get the last |
| String |
resourceId()
Get the resource |
| List<String> |
tableNames()
Get the table |
|
Json |
toJson(JsonWriter jsonWriter) |
| Type |
type()
Get the type property: The type of the destination resource. |
|
Data |
withCreatedDate(String createdDate)
Set the created |
|
Data |
withDataExportId(String dataExportId)
Set the data |
|
Data |
withEnable(Boolean enable)
Set the enable property: Active when enabled. |
|
Data |
withEventHubName(String eventHubName)
Set the event |
|
Data |
withLastModifiedDate(String lastModifiedDate)
Set the last |
|
Data |
withResourceId(String resourceId)
Set the resource |
|
Data |
withTableNames(List<String> tableNames)
Set the table |
Methods inherited from java.lang.Object
Constructor Details
DataExportProperties
public DataExportProperties()
Creates an instance of DataExportProperties class.
Method Details
createdDate
public String createdDate()
Get the createdDate property: The latest data export rule modification time.
Returns:
dataExportId
public String dataExportId()
Get the dataExportId property: The data export rule ID.
Returns:
enable
public Boolean enable()
Get the enable property: Active when enabled.
Returns:
eventHubName
public String eventHubName()
Get the eventHubName property: Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
Returns:
fromJson
public static DataExportProperties fromJson(JsonReader jsonReader)
Reads an instance of DataExportProperties from the JsonReader.
Parameters:
Returns:
Throws:
lastModifiedDate
public String lastModifiedDate()
Get the lastModifiedDate property: Date and time when the export was last modified.
Returns:
resourceId
public String resourceId()
Get the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
Returns:
tableNames
public List<String> tableNames()
Get the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
Returns:
toJson
type
public Type type()
Get the type property: The type of the destination resource.
Returns:
withCreatedDate
public DataExportProperties withCreatedDate(String createdDate)
Set the createdDate property: The latest data export rule modification time.
Parameters:
Returns:
withDataExportId
public DataExportProperties withDataExportId(String dataExportId)
Set the dataExportId property: The data export rule ID.
Parameters:
Returns:
withEnable
public DataExportProperties withEnable(Boolean enable)
Set the enable property: Active when enabled.
Parameters:
Returns:
withEventHubName
public DataExportProperties withEventHubName(String eventHubName)
Set the eventHubName property: Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
Parameters:
Returns:
withLastModifiedDate
public DataExportProperties withLastModifiedDate(String lastModifiedDate)
Set the lastModifiedDate property: Date and time when the export was last modified.
Parameters:
Returns:
withResourceId
public DataExportProperties withResourceId(String resourceId)
Set the resourceId property: The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
Parameters:
Returns:
withTableNames
public DataExportProperties withTableNames(List<String> tableNames)
Set the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
Parameters:
Returns: