Uses of Interface
com.azure.resourcemanager.costmanagement.models.ExportExecutionListResult
Packages that use ExportExecutionListResult
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of ExportExecutionListResult in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportExecutionListResultModifier and TypeMethodDescriptionExports.getExecutionHistory(String scope, String exportName) The operation to get the run history of an export for the defined scope and export name.CommonExportProperties.runHistory()Gets the runHistory property: If requested, has the most recent run history for the export.Export.runHistory()Gets the runHistory property: If requested, has the most recent run history for the export.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type ExportExecutionListResultModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ExportExecutionListResult>Exports.getExecutionHistoryWithResponse(String scope, String exportName, com.azure.core.util.Context context) The operation to get the run history of an export for the defined scope and export name.