Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.DataExportProperties
Packages that use DataExportProperties
Package
Description
Package containing the inner data models for LogAnalytics.
-
Uses of DataExportProperties in com.azure.resourcemanager.loganalytics.fluent.models
Classes in com.azure.resourcemanager.loganalytics.fluent.models that implement interfaces with type arguments of type DataExportPropertiesMethods in com.azure.resourcemanager.loganalytics.fluent.models that return DataExportPropertiesModifier and TypeMethodDescriptionstatic DataExportPropertiesDataExportProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DataExportProperties from the JsonReader.DataExportProperties.withCreatedDate(String createdDate) Set the createdDate property: The latest data export rule modification time.DataExportProperties.withDataExportId(String dataExportId) Set the dataExportId property: The data export rule ID.DataExportProperties.withEnable(Boolean enable) Set the enable property: Active when enabled.DataExportProperties.withEventHubName(String eventHubName) Set the eventHubName property: Optional.DataExportProperties.withLastModifiedDate(String lastModifiedDate) Set the lastModifiedDate property: Date and time when the export was last modified.DataExportProperties.withResourceId(String resourceId) Set the resourceId property: The destination resource ID.DataExportProperties.withTableNames(List<String> tableNames) Set the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”].