Interface DownloadUrl


public interface DownloadUrl
An immutable client-side representation of DownloadUrl.
  • 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.
    Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner object.
    Gets the validTill property: The time at which report URL becomes invalid/expires in UTC e.g.
  • Method Details

    • 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

      DownloadUrlInner innerModel()
      Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner object.
      Returns:
      the inner object.