InvoiceSectionsCreateOrUpdateHeaders Constructors

Definition

Overloads

InvoiceSectionsCreateOrUpdateHeaders()

Initializes a new instance of the InvoiceSectionsCreateOrUpdateHeaders class.

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the InvoiceSectionsCreateOrUpdateHeaders class.

InvoiceSectionsCreateOrUpdateHeaders()

Initializes a new instance of the InvoiceSectionsCreateOrUpdateHeaders class.

public InvoiceSectionsCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the InvoiceSectionsCreateOrUpdateHeaders class.

public InvoiceSectionsCreateOrUpdateHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

Parameters

location
String

Location URI to poll for result

retryAfter
Nullable<Int32>

Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds.

Applies to