Uses of Class
com.azure.resourcemanager.costmanagement.models.GenerateCostDetailsReportRequestDefinition
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 GenerateCostDetailsReportRequestDefinition in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CostDetailsOperationResultsInner>,
CostDetailsOperationResultsInner> GenerateCostDetailsReportsClient.beginCreateOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters) This API is the replacement for all previously release Usage Details APIs.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CostDetailsOperationResultsInner>,
CostDetailsOperationResultsInner> GenerateCostDetailsReportsClient.beginCreateOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters, com.azure.core.util.Context context) This API is the replacement for all previously release Usage Details APIs.GenerateCostDetailsReportsClient.createOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters) This API is the replacement for all previously release Usage Details APIs.GenerateCostDetailsReportsClient.createOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters, com.azure.core.util.Context context) This API is the replacement for all previously release Usage Details APIs. -
Uses of GenerateCostDetailsReportRequestDefinition in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionCostDetailsOperationResultsInner.requestBody()
Get the requestBody property: The request payload body provided in Cost Details call.ReportManifest.requestBody()
Get the requestBody property: The request payload body provided in Cost Details call.RequestContext.requestBody()
Get the requestBody property: The request payload body provided in Cost Details call.Modifier and TypeMethodDescriptionCostDetailsOperationResultsInner.withRequestBody
(GenerateCostDetailsReportRequestDefinition requestBody) Set the requestBody property: The request payload body provided in Cost Details call.ReportManifest.withRequestBody
(GenerateCostDetailsReportRequestDefinition requestBody) Set the requestBody property: The request payload body provided in Cost Details call.RequestContext.withRequestBody
(GenerateCostDetailsReportRequestDefinition requestBody) Set the requestBody property: The request payload body provided in Cost Details call. -
Uses of GenerateCostDetailsReportRequestDefinition in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionCostDetailsOperationResults.requestBody()
Gets the requestBody property: The request payload body provided in Cost Details call.GenerateCostDetailsReportRequestDefinition.withBillingPeriod
(String billingPeriod) Set the billingPeriod property: This parameter can be used only by Enterprise Agreement customers.GenerateCostDetailsReportRequestDefinition.withInvoiceId
(String invoiceId) Set the invoiceId property: This parameter can only be used by Microsoft Customer Agreement customers.GenerateCostDetailsReportRequestDefinition.withMetric
(CostDetailsMetricType metric) Set the metric property: The type of the detailed report.GenerateCostDetailsReportRequestDefinition.withTimePeriod
(CostDetailsTimePeriod timePeriod) Set the timePeriod property: The specific date range of cost details requested for the report.Modifier and TypeMethodDescriptionGenerateCostDetailsReports.createOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters) This API is the replacement for all previously release Usage Details APIs.GenerateCostDetailsReports.createOperation
(String scope, GenerateCostDetailsReportRequestDefinition parameters, com.azure.core.util.Context context) This API is the replacement for all previously release Usage Details APIs.