BillingProfilesCreateOrUpdateHeaders Constructors

Definition

Overloads

BillingProfilesCreateOrUpdateHeaders()

Initializes a new instance of the BillingProfilesCreateOrUpdateHeaders class.

BillingProfilesCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the BillingProfilesCreateOrUpdateHeaders class.

BillingProfilesCreateOrUpdateHeaders()

Initializes a new instance of the BillingProfilesCreateOrUpdateHeaders class.

public BillingProfilesCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

BillingProfilesCreateOrUpdateHeaders(String, Nullable<Int32>)

Initializes a new instance of the BillingProfilesCreateOrUpdateHeaders class.

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