ProductsMoveHeaders Constructors

Definition

Overloads

ProductsMoveHeaders()

Initializes a new instance of the ProductsMoveHeaders class.

ProductsMoveHeaders(String, Nullable<Int32>)

Initializes a new instance of the ProductsMoveHeaders class.

ProductsMoveHeaders()

Initializes a new instance of the ProductsMoveHeaders class.

public ProductsMoveHeaders ();
Public Sub New ()

Applies to

ProductsMoveHeaders(String, Nullable<Int32>)

Initializes a new instance of the ProductsMoveHeaders class.

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