次の方法で共有


InvoiceSectionsCreateOrUpdateHeaders コンストラクター

定義

オーバーロード

InvoiceSectionsCreateOrUpdateHeaders()

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

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

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

InvoiceSectionsCreateOrUpdateHeaders()

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

public InvoiceSectionsCreateOrUpdateHeaders ();
Public Sub New ()

適用対象

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

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

public InvoiceSectionsCreateOrUpdateHeaders (string location = default, int? retryAfter = default);
new Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders : string * Nullable<int> -> Microsoft.Azure.Management.Billing.Models.InvoiceSectionsCreateOrUpdateHeaders
Public Sub New (Optional location As String = Nothing, Optional retryAfter As Nullable(Of Integer) = Nothing)

パラメーター

location
String

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

retryAfter
Nullable<Int32>

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

適用対象