Uses of Class
com.azure.resourcemanager.costmanagement.fluent.models.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
Modifier 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.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDownloadUrl.innerModel()
Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.DownloadUrlInner object.