共用方式為


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>

建議的等候時間,再提出另一個要求來檢查作業的狀態。 時間是以秒為單位指定。

適用於