Interface CostDetailsOperationResults


public interface CostDetailsOperationResults
An immutable client-side representation of CostDetailsOperationResults.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the blobCount property: The total number of blobs.
    Gets the blobs property: List of blob information generated by this operation.
    Gets the byteCount property: The total number of bytes in all blobs.
    Gets the compressData property: Is the data in compressed format.
    Gets the dataFormat property: The data format of the report.
    com.azure.core.management.exception.ManagementError
    Gets the error property: The details of the error.
    id()
    Gets the id property: The id of the long running operation.
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CostDetailsOperationResultsInner object.
    Gets the manifestVersion property: The Manifest version.
    Gets the name property: The name of the long running operation.
    Gets the requestBody property: The request payload body provided in Cost Details call.
    Gets the requestScope property: The request scope of the request.
    Gets the status property: The status of the cost details operation.
    Gets the type property: The type of the long running operation.
    Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.
  • Method Details

    • id

      String id()
      Gets the id property: The id of the long running operation.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the long running operation.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the long running operation.
      Returns:
      the type value.
    • status

      Gets the status property: The status of the cost details operation.
      Returns:
      the status value.
    • validTill

      OffsetDateTime validTill()
      Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
      Returns:
      the validTill value.
    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: The details of the error.
      Returns:
      the error value.
    • manifestVersion

      String manifestVersion()
      Gets the manifestVersion property: The Manifest version.
      Returns:
      the manifestVersion value.
    • dataFormat

      CostDetailsDataFormat dataFormat()
      Gets the dataFormat property: The data format of the report.
      Returns:
      the dataFormat value.
    • byteCount

      Long byteCount()
      Gets the byteCount property: The total number of bytes in all blobs.
      Returns:
      the byteCount value.
    • blobCount

      Integer blobCount()
      Gets the blobCount property: The total number of blobs.
      Returns:
      the blobCount value.
    • compressData

      Boolean compressData()
      Gets the compressData property: Is the data in compressed format.
      Returns:
      the compressData value.
    • blobs

      List<BlobInfo> blobs()
      Gets the blobs property: List of blob information generated by this operation.
      Returns:
      the blobs value.
    • requestScope

      String requestScope()
      Gets the requestScope property: The request scope of the request.
      Returns:
      the requestScope value.
    • requestBody

      Gets the requestBody property: The request payload body provided in Cost Details call.
      Returns:
      the requestBody value.
    • innerModel

      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.CostDetailsOperationResultsInner object.
      Returns:
      the inner object.