Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.ExportInner
Packages that use 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
Methods in com.azure.resourcemanager.costmanagement.fluent that return ExportInnerModifier 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.Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type ExportInnerModifier 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.Methods in com.azure.resourcemanager.costmanagement.fluent with parameters of type ExportInnerModifier 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
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return ExportInnerModifier 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.Methods in com.azure.resourcemanager.costmanagement.fluent.models that return types with arguments of type ExportInnerModifier and TypeMethodDescriptionExportListResultInner.value()Get the value property: The list of exports. -
Uses of ExportInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return ExportInnerModifier and TypeMethodDescriptionExport.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.ExportInner object.