Uses of Interface
com.azure.resourcemanager.loganalytics.models.DataExport.Update
Packages that use DataExport.Update
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of DataExport.Update in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return DataExport.UpdateModifier and TypeMethodDescriptionDataExport.update()Begins update for the DataExport resource.DataExport.UpdateStages.WithCreatedDate.withCreatedDate(String createdDate) Specifies the createdDate property: The latest data export rule modification time..DataExport.UpdateStages.WithDataExportId.withDataExportId(String dataExportId) Specifies the dataExportId property: The data export rule ID..DataExport.UpdateStages.WithEnable.withEnable(Boolean enable) Specifies the enable property: Active when enabled..DataExport.UpdateStages.WithEventHubName.withEventHubName(String eventHubName) Specifies the eventHubName property: Optional.DataExport.UpdateStages.WithLastModifiedDate.withLastModifiedDate(String lastModifiedDate) Specifies the lastModifiedDate property: Date and time when the export was last modified..DataExport.UpdateStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: The destination resource ID.DataExport.UpdateStages.WithTableNames.withTableNames(List<String> tableNames) Specifies the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”]..