BillingSubscriptionsMoveHeaders Constructors

Definition

Overloads

BillingSubscriptionsMoveHeaders()

Initializes a new instance of the BillingSubscriptionsMoveHeaders class.

BillingSubscriptionsMoveHeaders(String, Nullable<Int32>)

Initializes a new instance of the BillingSubscriptionsMoveHeaders class.

BillingSubscriptionsMoveHeaders()

Initializes a new instance of the BillingSubscriptionsMoveHeaders class.

public BillingSubscriptionsMoveHeaders ();
Public Sub New ()

Applies to

BillingSubscriptionsMoveHeaders(String, Nullable<Int32>)

Initializes a new instance of the BillingSubscriptionsMoveHeaders class.

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