你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageSyncApiError 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StorageSyncApiError() |
初始化 StorageSyncApiError 类的新实例。 |
StorageSyncApiError(String, String, String, StorageSyncErrorDetails, StorageSyncInnerErrorDetails) |
初始化 StorageSyncApiError 类的新实例。 |
StorageSyncApiError()
初始化 StorageSyncApiError 类的新实例。
public StorageSyncApiError ();
Public Sub New ()
适用于
StorageSyncApiError(String, String, String, StorageSyncErrorDetails, StorageSyncInnerErrorDetails)
初始化 StorageSyncApiError 类的新实例。
public StorageSyncApiError (string code = default, string message = default, string target = default, Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails details = default, Microsoft.Azure.Management.StorageSync.Models.StorageSyncInnerErrorDetails innererror = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError : string * string * string * Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails * Microsoft.Azure.Management.StorageSync.Models.StorageSyncInnerErrorDetails -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncApiError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional details As StorageSyncErrorDetails = Nothing, Optional innererror As StorageSyncInnerErrorDetails = Nothing)
参数
- code
- String
给定条目的错误代码。
- message
- String
给定条目的错误消息。
- target
- String
给定错误条目的目标。
- details
- StorageSyncErrorDetails
给定条目的错误详细信息。
- innererror
- StorageSyncInnerErrorDetails
给定条目的内部错误详细信息。