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

StorageSyncErrorDetails 构造函数

定义

重载

StorageSyncErrorDetails()

初始化 StorageSyncErrorDetails 类的新实例。

StorageSyncErrorDetails(String, String, String, String, String, String, String, String)

初始化 StorageSyncErrorDetails 类的新实例。

StorageSyncErrorDetails()

初始化 StorageSyncErrorDetails 类的新实例。

public StorageSyncErrorDetails();
Public Sub New ()

适用于

StorageSyncErrorDetails(String, String, String, String, String, String, String, String)

初始化 StorageSyncErrorDetails 类的新实例。

public StorageSyncErrorDetails(string code = default, string message = default, string target = default, string requestUri = default, string exceptionType = default, string httpMethod = default, string hashedMessage = default, string httpErrorCode = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional requestUri As String = Nothing, Optional exceptionType As String = Nothing, Optional httpMethod As String = Nothing, Optional hashedMessage As String = Nothing, Optional httpErrorCode As String = Nothing)

参数

code
String

给定条目的错误代码。

message
String

给定条目的错误消息。

target
String

给定条目的目标。

requestUri
String

给定条目的请求 URI。

exceptionType
String

给定条目的异常类型。

httpMethod
String

给定条目的 HTTP 方法。

hashedMessage
String

给定条目的哈希消息。

httpErrorCode
String

给定条目的 HTTP 错误代码。

适用于