你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

在之后重试

适用于