ArmBillingModelFactory.BillingDocumentDownloadResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of BillingDocumentDownloadResult.
public static Azure.ResourceManager.Billing.Models.BillingDocumentDownloadResult BillingDocumentDownloadResult(DateTimeOffset? expireOn = default, Uri uri = default);
static member BillingDocumentDownloadResult : Nullable<DateTimeOffset> * Uri -> Azure.ResourceManager.Billing.Models.BillingDocumentDownloadResult
Public Shared Function BillingDocumentDownloadResult (Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional uri As Uri = Nothing) As BillingDocumentDownloadResult
Parameters
- expireOn
- Nullable<DateTimeOffset>
The time in UTC when the download URL will expire.
- uri
- Uri
The URL to the PDF or .zip file.
Returns
A new BillingDocumentDownloadResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET