次の方法で共有


ProductsMoveHeaders コンストラクター

定義

オーバーロード

ProductsMoveHeaders()

ProductsMoveHeaders クラスの新しいインスタンスを初期化します。

ProductsMoveHeaders(String, Nullable<Int32>)

ProductsMoveHeaders クラスの新しいインスタンスを初期化します。

ProductsMoveHeaders()

ProductsMoveHeaders クラスの新しいインスタンスを初期化します。

public ProductsMoveHeaders ();
Public Sub New ()

適用対象

ProductsMoveHeaders(String, Nullable<Int32>)

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)

パラメーター

location
String

結果をポーリングする場所 URI

retryAfter
Nullable<Int32>

操作の状態をチェックする別の要求を行う前に待機することをお勧めします。 時刻は秒単位で指定します。

適用対象