Delen via


ProductsMoveHeaders Constructors

Definitie

Overloads

ProductsMoveHeaders()

Initialiseert een nieuw exemplaar van de klasse ProductsMoveHeaders.

ProductsMoveHeaders(String, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ProductsMoveHeaders.

ProductsMoveHeaders()

Initialiseert een nieuw exemplaar van de klasse ProductsMoveHeaders.

public ProductsMoveHeaders();
Public Sub New ()

Van toepassing op

ProductsMoveHeaders(String, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse ProductsMoveHeaders.

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

Locatie-URI om te peilen naar resultaat

retryAfter
Nullable<Int32>

Aanbevolen tijd om te wachten voordat u een andere aanvraag indient om de status van de bewerking te controleren. De tijd wordt opgegeven in seconden.

Van toepassing op