Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ExportExecutionListResultInner
Packages that use ExportExecutionListResultInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExportExecutionListResultInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return ExportExecutionListResultInnerModifier and TypeMethodDescriptionExportsClient.getExecutionHistory(String scope, String exportName) The operation to get the run history of an export for the defined scope and export name.Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type ExportExecutionListResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ExportExecutionListResultInner>ExportsClient.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. -
Uses of ExportExecutionListResultInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExportExecutionListResultInnerModifier and TypeMethodDescriptionCommonExportPropertiesInner.runHistory()Get the runHistory property: If requested, has the most recent run history for the export.ExportInner.runHistory()Get the runHistory property: If requested, has the most recent run history for the export.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type ExportExecutionListResultInnerModifier and TypeMethodDescriptionCommonExportPropertiesInner.withRunHistory(ExportExecutionListResultInner runHistory) Set the runHistory property: If requested, has the most recent run history for the export.ExportInner.withRunHistory(ExportExecutionListResultInner runHistory) Set the runHistory property: If requested, has the most recent run history for the export.ExportProperties.withRunHistory(ExportExecutionListResultInner runHistory) Set the runHistory property: If requested, has the most recent run history for the export. -
Uses of ExportExecutionListResultInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportExecutionListResultInnerModifier and TypeMethodDescriptionExportExecutionListResult.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportExecutionListResultInner object.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type ExportExecutionListResultInnerModifier and TypeMethodDescriptionExport.DefinitionStages.WithRunHistory.withRunHistory(ExportExecutionListResultInner runHistory) Specifies the runHistory property: If requested, has the most recent run history for the export..Export.UpdateStages.WithRunHistory.withRunHistory(ExportExecutionListResultInner runHistory) Specifies the runHistory property: If requested, has the most recent run history for the export..