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

StorageSyncServicesCreateHeaders 构造函数

定义

重载

StorageSyncServicesCreateHeaders()

初始化 StorageSyncServicesCreateHeaders 类的新实例。

StorageSyncServicesCreateHeaders(String, String, String, String, String)

初始化 StorageSyncServicesCreateHeaders 类的新实例。

StorageSyncServicesCreateHeaders()

初始化 StorageSyncServicesCreateHeaders 类的新实例。

public StorageSyncServicesCreateHeaders ();
Public Sub New ()

适用于

StorageSyncServicesCreateHeaders(String, String, String, String, String)

初始化 StorageSyncServicesCreateHeaders 类的新实例。

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

参数

azureAsyncOperation
String

操作状态位置 URI

location
String

操作状态位置 URI

retryAfter
String

在之后重试

xMsRequestId
String

请求 ID

xMsCorrelationRequestId
String

相关请求 ID

适用于