Interface ExportRunProperties
public interface ExportRunProperties
An immutable client-side representation of ExportRunProperties.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.exception.ManagementErrorerror()Gets the error property: The details of any error.Gets the executionType property: The type of the export run.fileName()Gets the fileName property: The name of the exported file.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportRunPropertiesInner object.Gets the processingEndTime property: The time when the export run finished.Gets the processingStartTime property: The time when export was picked up to be run.Gets the runSettings property: The export settings that were in effect for this run.status()Gets the status property: The last known status of the export run.Gets the submittedBy property: The identifier for the entity that triggered the export.Gets the submittedTime property: The time when export was queued to be run.
-
Method Details
-
executionType
ExecutionType executionType()Gets the executionType property: The type of the export run.- Returns:
- the executionType value.
-
status
ExecutionStatus status()Gets the status property: The last known status of the export run.- Returns:
- the status value.
-
submittedBy
String submittedBy()Gets the submittedBy property: The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.- Returns:
- the submittedBy value.
-
submittedTime
OffsetDateTime submittedTime()Gets the submittedTime property: The time when export was queued to be run.- Returns:
- the submittedTime value.
-
processingStartTime
OffsetDateTime processingStartTime()Gets the processingStartTime property: The time when export was picked up to be run.- Returns:
- the processingStartTime value.
-
processingEndTime
OffsetDateTime processingEndTime()Gets the processingEndTime property: The time when the export run finished.- Returns:
- the processingEndTime value.
-
fileName
String fileName()Gets the fileName property: The name of the exported file.- Returns:
- the fileName value.
-
runSettings
CommonExportProperties runSettings()Gets the runSettings property: The export settings that were in effect for this run.- Returns:
- the runSettings value.
-
error
com.azure.core.management.exception.ManagementError error()Gets the error property: The details of any error.- Returns:
- the error value.
-
innerModel
ExportRunPropertiesInner innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportRunPropertiesInner object.- Returns:
- the inner object.
-