InvoicesDownloadInvoiceHeaders Constructors

Definition

Overloads

InvoicesDownloadInvoiceHeaders()

Initializes a new instance of the InvoicesDownloadInvoiceHeaders class.

InvoicesDownloadInvoiceHeaders(String, String)

Initializes a new instance of the InvoicesDownloadInvoiceHeaders class.

InvoicesDownloadInvoiceHeaders()

Initializes a new instance of the InvoicesDownloadInvoiceHeaders class.

public InvoicesDownloadInvoiceHeaders ();
Public Sub New ()

Applies to

InvoicesDownloadInvoiceHeaders(String, String)

Initializes a new instance of the InvoicesDownloadInvoiceHeaders class.

public InvoicesDownloadInvoiceHeaders (string location = default, string retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoicesDownloadInvoiceHeaders : string * string -> Microsoft.Azure.Management.Billing.Models.InvoicesDownloadInvoiceHeaders
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