Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner
Packages that use DownloadUrlInner
Package
Description
Package containing the service clients for CostManagementClient.
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of DownloadUrlInner in com.azure.resourcemanager.costmanagement.fluent
Methods in com.azure.resourcemanager.costmanagement.fluent that return DownloadUrlInnerModifier and TypeMethodDescriptionPriceSheetsClient.download(String billingAccountName, String billingProfileName, String invoiceName) Gets a URL to download the pricesheet for an invoice.PriceSheetsClient.download(String billingAccountName, String billingProfileName, String invoiceName, com.azure.core.util.Context context) Gets a URL to download the pricesheet for an invoice.PriceSheetsClient.downloadByBillingProfile(String billingAccountName, String billingProfileName) Gets a URL to download the current month's pricesheet for a billing profile.PriceSheetsClient.downloadByBillingProfile(String billingAccountName, String billingProfileName, com.azure.core.util.Context context) Gets a URL to download the current month's pricesheet for a billing profile.Methods in com.azure.resourcemanager.costmanagement.fluent that return types with arguments of type DownloadUrlInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownload(String billingAccountName, String billingProfileName, String invoiceName) Gets a URL to download the pricesheet for an invoice.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownload(String billingAccountName, String billingProfileName, String invoiceName) Gets a URL to download the pricesheet for an invoice.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownload(String billingAccountName, String billingProfileName, String invoiceName, com.azure.core.util.Context context) Gets a URL to download the pricesheet for an invoice.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownload(String billingAccountName, String billingProfileName, String invoiceName, com.azure.core.util.Context context) Gets a URL to download the pricesheet for an invoice.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownloadByBillingProfile(String billingAccountName, String billingProfileName) Gets a URL to download the current month's pricesheet for a billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownloadByBillingProfile(String billingAccountName, String billingProfileName) Gets a URL to download the current month's pricesheet for a billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownloadByBillingProfile(String billingAccountName, String billingProfileName, com.azure.core.util.Context context) Gets a URL to download the current month's pricesheet for a billing profile.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DownloadUrlInner>,DownloadUrlInner> PriceSheetsClient.beginDownloadByBillingProfile(String billingAccountName, String billingProfileName, com.azure.core.util.Context context) Gets a URL to download the current month's pricesheet for a billing profile. -
Uses of DownloadUrlInner in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return DownloadUrlInnerModifier and TypeMethodDescriptionDownloadUrlInner.withDownloadUrl(String downloadUrl) Set the downloadUrl property: The URL to download the generated report.DownloadUrlInner.withValidTill(OffsetDateTime validTill) Set the validTill property: The time at which report URL becomes invalid/expires in UTC e.g. -
Uses of DownloadUrlInner in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return DownloadUrlInnerModifier and TypeMethodDescriptionDownloadUrl.innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner object.