Uses of Class
com.azure.resourcemanager.costmanagement.models.GenerateDetailedCostReportDefinition
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of GenerateDetailedCostReportDefinition in com.azure.resourcemanager.costmanagement.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenerateDetailedCostReportOperationResultInner>,
GenerateDetailedCostReportOperationResultInner> GenerateDetailedCostReportsClient.beginCreateOperation
(String scope, GenerateDetailedCostReportDefinition parameters) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GenerateDetailedCostReportOperationResultInner>,
GenerateDetailedCostReportOperationResultInner> GenerateDetailedCostReportsClient.beginCreateOperation
(String scope, GenerateDetailedCostReportDefinition parameters, com.azure.core.util.Context context) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope.GenerateDetailedCostReportsClient.createOperation
(String scope, GenerateDetailedCostReportDefinition parameters) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope.GenerateDetailedCostReportsClient.createOperation
(String scope, GenerateDetailedCostReportDefinition parameters, com.azure.core.util.Context context) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope. -
Uses of GenerateDetailedCostReportDefinition in com.azure.resourcemanager.costmanagement.models
Modifier and TypeMethodDescriptionGenerateDetailedCostReportDefinition.withBillingPeriod
(String billingPeriod) Set the billingPeriod property: Billing period in YearMonth(e.g.GenerateDetailedCostReportDefinition.withCustomerId
(String customerId) Set the customerId property: Customer ID for Microsoft Customer Agreement scopes (Invoice Id is also required for this).GenerateDetailedCostReportDefinition.withInvoiceId
(String invoiceId) Set the invoiceId property: Invoice ID for Pay-as-you-go and Microsoft Customer Agreement scopes.GenerateDetailedCostReportDefinition.withMetric
(GenerateDetailedCostReportMetricType metric) Set the metric property: The type of the detailed report.GenerateDetailedCostReportDefinition.withTimePeriod
(GenerateDetailedCostReportTimePeriod timePeriod) Set the timePeriod property: Has time period for pulling data for the cost detailed report.Modifier and TypeMethodDescriptionGenerateDetailedCostReports.createOperation
(String scope, GenerateDetailedCostReportDefinition parameters) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope.GenerateDetailedCostReports.createOperation
(String scope, GenerateDetailedCostReportDefinition parameters, com.azure.core.util.Context context) Generates the detailed cost report for provided date range, billing period(only enterprise customers) or Invoice ID asynchronously at a certain scope.