Uses of Class
com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner
Packages that use DataExportInner
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of DataExportInner in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent that return DataExportInnerModifier and TypeMethodDescriptionDataExportsClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataExportName, DataExportInner parameters) Create or update a data export.Gets a data export instance.Methods in com.azure.resourcemanager.loganalytics.fluent that return types with arguments of type DataExportInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataExportInner>DataExportsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataExportName, DataExportInner parameters, com.azure.core.util.Context context) Create or update a data export.com.azure.core.http.rest.Response<DataExportInner>DataExportsClient.getWithResponse(String resourceGroupName, String workspaceName, String dataExportName, com.azure.core.util.Context context) Gets a data export instance.com.azure.core.http.rest.PagedIterable<DataExportInner>DataExportsClient.listByWorkspace(String resourceGroupName, String workspaceName) Lists the data export instances within a workspace.com.azure.core.http.rest.PagedIterable<DataExportInner>DataExportsClient.listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context) Lists the data export instances within a workspace.Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type DataExportInnerModifier and TypeMethodDescriptionDataExportsClient.createOrUpdate(String resourceGroupName, String workspaceName, String dataExportName, DataExportInner parameters) Create or update a data export.com.azure.core.http.rest.Response<DataExportInner>DataExportsClient.createOrUpdateWithResponse(String resourceGroupName, String workspaceName, String dataExportName, DataExportInner parameters, com.azure.core.util.Context context) Create or update a data export. -
Uses of DataExportInner in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return DataExportInnerModifier and TypeMethodDescriptionDataExportInner.withCreatedDate(String createdDate) Set the createdDate property: The latest data export rule modification time.DataExportInner.withDataExportId(String dataExportId) Set the dataExportId property: The data export rule ID.DataExportInner.withEnable(Boolean enable) Set the enable property: Active when enabled.DataExportInner.withEventHubName(String eventHubName) Set the eventHubName property: Optional.DataExportInner.withLastModifiedDate(String lastModifiedDate) Set the lastModifiedDate property: Date and time when the export was last modified.DataExportInner.withResourceId(String resourceId) Set the resourceId property: The destination resource ID.DataExportInner.withTableNames(List<String> tableNames) Set the tableNames property: An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. -
Uses of DataExportInner in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return DataExportInnerModifier and TypeMethodDescriptionDataExport.innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.DataExportInner object.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type DataExportInnerModifier and TypeMethodDescriptionDataExportListResult.value()Get the value property: List of data export instances within a workspace..Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type DataExportInnerModifier and TypeMethodDescriptionDataExportListResult.withValue(List<DataExportInner> value) Set the value property: List of data export instances within a workspace..