Class CommonExportPropertiesResponse
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.outputs.CommonExportPropertiesResponse
-
public final class CommonExportPropertiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommonExportPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommonExportPropertiesResponse.Builder
builder()
static CommonExportPropertiesResponse.Builder
builder(CommonExportPropertiesResponse defaults)
ExportDefinitionResponse
definition()
ExportDeliveryInfoResponse
deliveryInfo()
java.util.Optional<java.lang.String>
format()
java.lang.String
nextRunTimeEstimate()
java.util.Optional<java.lang.Boolean>
partitionData()
java.util.Optional<ExportExecutionListResultResponse>
runHistory()
-
-
-
Method Detail
-
definition
public ExportDefinitionResponse definition()
- Returns:
- Has the definition for the export.
-
deliveryInfo
public ExportDeliveryInfoResponse deliveryInfo()
- Returns:
- Has delivery information for the export.
-
format
public java.util.Optional<java.lang.String> format()
- Returns:
- The format of the export being delivered. Currently only 'Csv' is supported.
-
nextRunTimeEstimate
public java.lang.String nextRunTimeEstimate()
- Returns:
- If the export has an active schedule, provides an estimate of the next run time.
-
partitionData
public java.util.Optional<java.lang.Boolean> partitionData()
- Returns:
- If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.
-
runHistory
public java.util.Optional<ExportExecutionListResultResponse> runHistory()
- Returns:
- If requested, has the most recent run history for the export.
-
builder
public static CommonExportPropertiesResponse.Builder builder()
-
builder
public static CommonExportPropertiesResponse.Builder builder(CommonExportPropertiesResponse defaults)
-
-