Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ExportRunPropertiesInner
Packages that use ExportRunPropertiesInner
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of ExportRunPropertiesInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExportRunPropertiesInnerModifier and TypeMethodDescriptionExportRunPropertiesInner.withError(com.azure.core.management.exception.ManagementError error) Set the error property: The details of any error.ExportRunPropertiesInner.withExecutionType(ExecutionType executionType) Set the executionType property: The type of the export run.ExportRunPropertiesInner.withFileName(String fileName) Set the fileName property: The name of the exported file.ExportRunPropertiesInner.withProcessingEndTime(OffsetDateTime processingEndTime) Set the processingEndTime property: The time when the export run finished.ExportRunPropertiesInner.withProcessingStartTime(OffsetDateTime processingStartTime) Set the processingStartTime property: The time when export was picked up to be run.ExportRunPropertiesInner.withRunSettings(CommonExportPropertiesInner runSettings) Set the runSettings property: The export settings that were in effect for this run.ExportRunPropertiesInner.withStatus(ExecutionStatus status) Set the status property: The last known status of the export run.ExportRunPropertiesInner.withSubmittedBy(String submittedBy) Set the submittedBy property: The identifier for the entity that triggered the export.ExportRunPropertiesInner.withSubmittedTime(OffsetDateTime submittedTime) Set the submittedTime property: The time when export was queued to be run. -
Uses of ExportRunPropertiesInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportRunPropertiesInnerModifier and TypeMethodDescriptionExportRunProperties.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportRunPropertiesInner object.