次の方法で共有


StorageSyncServicesUpdateHeaders コンストラクター

定義

オーバーロード

StorageSyncServicesUpdateHeaders()

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

StorageSyncServicesUpdateHeaders(String, String, String, String, String)

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

StorageSyncServicesUpdateHeaders()

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

public StorageSyncServicesUpdateHeaders ();
Public Sub New ()

適用対象

StorageSyncServicesUpdateHeaders(String, String, String, String, String)

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

public StorageSyncServicesUpdateHeaders (string xMsRequestId = default, string xMsCorrelationRequestId = default, string azureAsyncOperation = default, string location = default, string retryAfter = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncServicesUpdateHeaders : string * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncServicesUpdateHeaders
Public Sub New (Optional xMsRequestId As String = Nothing, Optional xMsCorrelationRequestId As String = Nothing, Optional azureAsyncOperation As String = Nothing, Optional location As String = Nothing, Optional retryAfter As String = Nothing)

パラメーター

xMsRequestId
String

要求 ID

xMsCorrelationRequestId
String

関連付け要求 ID

azureAsyncOperation
String

操作の状態の場所 URI

location
String

操作の状態の場所 URI

retryAfter
String

再試行後

適用対象