Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.DataExportProperties
Packages that use DataExportProperties
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
-
Uses of DataExportProperties in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return DataExportPropertiesModifier and TypeMethodDescriptionDataExportProperties.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”].