ProductsMoveHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Recommended time to wait before making another request to check the status of the operation. The time is specified in seconds.
Applies to
Azure SDK for .NET