次の方法で共有


PrivateEndpointConnectionUpdateHeaders コンストラクター

定義

オーバーロード

PrivateEndpointConnectionUpdateHeaders()

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

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

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

PrivateEndpointConnectionUpdateHeaders()

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

public PrivateEndpointConnectionUpdateHeaders ();
Public Sub New ()

適用対象

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

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

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>

非同期操作の状態をチェックするために推奨される遅延。 値は秒を表す整数です。

適用対象