다음을 통해 공유


InvoiceSectionsCreateOrUpdateHeaders 생성자

정의

오버로드

InvoiceSectionsCreateOrUpdateHeaders()

InvoiceSectionsCreateOrUpdateHeaders 클래스의 새 instance 초기화합니다.

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

InvoiceSectionsCreateOrUpdateHeaders 클래스의 새 instance 초기화합니다.

InvoiceSectionsCreateOrUpdateHeaders()

InvoiceSectionsCreateOrUpdateHeaders 클래스의 새 instance 초기화합니다.

public InvoiceSectionsCreateOrUpdateHeaders ();
Public Sub New ()

적용 대상

InvoiceSectionsCreateOrUpdateHeaders(String, Nullable<Int32>)

InvoiceSectionsCreateOrUpdateHeaders 클래스의 새 instance 초기화합니다.

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>

작업의 상태 검사 다른 요청을 하기 전에 기다리는 것이 좋습니다. 시간은 초 단위로 지정됩니다.

적용 대상