ICostDetailsOperationResultsInternal Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ICostDetailsOperationResultsInternal
type ICostDetailsOperationResultsInternal = interface
Public Interface ICostDetailsOperationResultsInternal
- Derived
Properties
Code |
Error code. |
Error |
The details of the error. |
Id |
The id of the long running operation. |
Manifest |
The manifest of the report generated by the operation. |
ManifestBlob |
List of blob information generated by this operation. |
ManifestBlobCount |
The total number of blobs. |
ManifestByteCount |
The total number of bytes in all blobs. |
ManifestCompressData |
Is the data in compressed format. |
ManifestDataFormat |
The data format of the report |
ManifestRequestContext |
The context of the Cost Details request. |
ManifestVersion |
The Manifest version. |
Message |
Error message indicating why the operation failed. |
Name |
The name of the long running operation. |
RequestBodyBillingPeriod |
This parameter can be used only by Enterprise Agreement customers. Use the YearMonth(e.g. 202008) format. This parameter cannot be used alongside either the invoiceId or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. |
RequestBodyInvoiceId |
This parameter can only be used by Microsoft Customer Agreement customers. Additionally, it can only be used at the Billing Profile or Customer scope. This parameter cannot be used alongside either the billingPeriod or timePeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. |
RequestBodyMetric |
The type of the detailed report. By default ActualCost is provided |
RequestBodyTimePeriod |
The specific date range of cost details requested for the report. This parameter cannot be used alongside either the invoiceId or billingPeriod parameters. If a timePeriod, invoiceId or billingPeriod parameter is not provided in the request body the API will return the current month's cost. API only allows data to be pulled for 1 month or less and no older than 13 months. If no timePeriod or billingPeriod or invoiceId is provided the API defaults to the open month time period |
RequestContextRequestBody |
The request payload body provided in Cost Details call |
RequestContextRequestScope |
The request scope of the request. |
Status |
The status of the cost details operation |
TimePeriodEnd |
The end date to pull data to. example format 2020-03-15 |
TimePeriodStart |
The start date to pull data from. example format 2020-03-15 |
Type |
The type of the long running operation. |
ValidTill |
The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z. |