다음을 통해 공유


BatchAccountDeleteHeaders 생성자

정의

오버로드

BatchAccountDeleteHeaders()

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

BatchAccountDeleteHeaders(String, Nullable<Int32>)

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

BatchAccountDeleteHeaders()

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

public BatchAccountDeleteHeaders();
Public Sub New ()

적용 대상

BatchAccountDeleteHeaders(String, Nullable<Int32>)

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

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

매개 변수

location
String

비동기 작업의 상태 검사 데 사용되는 리소스의 URL입니다.

retryAfter
Nullable<Int32>

비동기 작업의 상태 검사 위해 제안된 지연입니다. 값은 지연 시간을 초 단위로 지정하는 정수입니다.

적용 대상