Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ExportInner
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 ExportInner in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptionExportsClient.createOrUpdate
(String scope, String exportName, ExportInner parameters) The operation to create or update a export.The operation to get the export for the defined scope by export name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ExportInner>
ExportsClient.createOrUpdateWithResponse
(String scope, String exportName, ExportInner parameters, com.azure.core.util.Context context) The operation to create or update a export.com.azure.core.http.rest.Response<ExportInner>
ExportsClient.getWithResponse
(String scope, String exportName, String expand, com.azure.core.util.Context context) The operation to get the export for the defined scope by export name.Modifier and TypeMethodDescriptionExportsClient.createOrUpdate
(String scope, String exportName, ExportInner parameters) The operation to create or update a export.com.azure.core.http.rest.Response<ExportInner>
ExportsClient.createOrUpdateWithResponse
(String scope, String exportName, ExportInner parameters, com.azure.core.util.Context context) The operation to create or update a export. -
Uses of ExportInner in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionExportInner.withDefinition
(ExportDefinition definition) Set the definition property: Has the definition for the export.ExportInner.withDeliveryInfo
(ExportDeliveryInfo deliveryInfo) Set the deliveryInfo property: Has delivery information for the export.Set the etag property: eTag of the resource.ExportInner.withFormat
(FormatType format) Set the format property: The format of the export being delivered.ExportInner.withPartitionData
(Boolean partitionData) Set the partitionData property: If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file.ExportInner.withRunHistory
(ExportExecutionListResultInner runHistory) Set the runHistory property: If requested, has the most recent run history for the export.ExportInner.withSchedule
(ExportSchedule schedule) Set the schedule property: Has schedule information for the export.Modifier and TypeMethodDescriptionExportListResultInner.value()
Get the value property: The list of exports. -
Uses of ExportInner in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionExport.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportInner object.