次の方法で共有


BatchAccountCreateHeaders コンストラクター

定義

オーバーロード

BatchAccountCreateHeaders()

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

BatchAccountCreateHeaders(String, Nullable<Int32>)

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

BatchAccountCreateHeaders()

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

public BatchAccountCreateHeaders ();
Public Sub New ()

適用対象

BatchAccountCreateHeaders(String, Nullable<Int32>)

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

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

パラメーター

location
String

非同期操作の状態をチェックするために使用されるリソースの URL。

retryAfter
Nullable<Int32>

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

適用対象