InvoicesDownloadBillingSubscriptionInvoiceHeaders Constructors

Definition

Overloads

InvoicesDownloadBillingSubscriptionInvoiceHeaders()

Initializes a new instance of the InvoicesDownloadBillingSubscriptionInvoiceHeaders class.

InvoicesDownloadBillingSubscriptionInvoiceHeaders(String, String)

Initializes a new instance of the InvoicesDownloadBillingSubscriptionInvoiceHeaders class.

InvoicesDownloadBillingSubscriptionInvoiceHeaders()

Initializes a new instance of the InvoicesDownloadBillingSubscriptionInvoiceHeaders class.

public InvoicesDownloadBillingSubscriptionInvoiceHeaders ();
Public Sub New ()

Applies to

InvoicesDownloadBillingSubscriptionInvoiceHeaders(String, String)

Initializes a new instance of the InvoicesDownloadBillingSubscriptionInvoiceHeaders class.

public InvoicesDownloadBillingSubscriptionInvoiceHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoicesDownloadBillingSubscriptionInvoiceHeaders : string * string -> Microsoft.Azure.Management.Billing.Models.InvoicesDownloadBillingSubscriptionInvoiceHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As String = Nothing)

Parameters

location
String

GET this URL to retrieve the status of the asynchronous operation.

retryAfter
String

The amount of delay to use while the status of the operation is checked. The value is expressed in seconds.

Applies to