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