Interface GenerateDetailedCostReportOperationResult


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

    Modifier and Type
    Method
    Description
    Gets the downloadUrl property: The URL to download the generated report.
    Gets the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g.
    id()
    Gets the id property: The ARM resource id of the long running operation.
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.GenerateDetailedCostReportOperationResultInner object.
    Gets the name property: The name of the long running 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 ARM resource 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.
    • expiryTime

      OffsetDateTime expiryTime()
      Gets the expiryTime property: The time at which report URL becomes invalid/expires in UTC e.g. 2020-12-08T05:55:59.4394737Z.
      Returns:
      the expiryTime 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.
    • downloadUrl

      String downloadUrl()
      Gets the downloadUrl property: The URL to download the generated report.
      Returns:
      the downloadUrl value.
    • innerModel

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