Share via


BillingDocumentDownloadResult Class

Definition

A secure URL that can be used to download a an entity until the URL expires.

public class BillingDocumentDownloadResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Models.BillingDocumentDownloadResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Models.BillingDocumentDownloadResult>
type BillingDocumentDownloadResult = class
    interface IJsonModel<BillingDocumentDownloadResult>
    interface IPersistableModel<BillingDocumentDownloadResult>
Public Class BillingDocumentDownloadResult
Implements IJsonModel(Of BillingDocumentDownloadResult), IPersistableModel(Of BillingDocumentDownloadResult)
Inheritance
BillingDocumentDownloadResult
Implements

Properties

ExpireOn

The time in UTC when the download URL will expire.

Uri

The URL to the PDF or .zip file.

Explicit Interface Implementations

Applies to