PrivateEndpointConnectionUpdateHeaders 생성자

정의

오버로드

PrivateEndpointConnectionUpdateHeaders()

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

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

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

PrivateEndpointConnectionUpdateHeaders()

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

public PrivateEndpointConnectionUpdateHeaders ();
Public Sub New ()

적용 대상

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

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

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

매개 변수

location
String

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

retryAfter
Nullable<Int32>

비동기 작업의 상태 검사 위해 제안된 지연입니다. 값은 초를 나타내는 정수입니다.

적용 대상