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

PreferencesValidationResponseProperties 类

定义

数据中心和传输首选项验证响应的属性。

[Newtonsoft.Json.JsonObject("ValidatePreferences")]
public class PreferencesValidationResponseProperties : Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse
[<Newtonsoft.Json.JsonObject("ValidatePreferences")>]
type PreferencesValidationResponseProperties = class
    inherit ValidationInputResponse
Public Class PreferencesValidationResponseProperties
Inherits ValidationInputResponse
继承
PreferencesValidationResponseProperties
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

PreferencesValidationResponseProperties()

初始化 PreferencesValidationResponseProperties 类的新实例。

PreferencesValidationResponseProperties(CloudError, Nullable<ValidationStatus>)

初始化 PreferencesValidationResponseProperties 类的新实例。

属性

Error

获取验证响应的错误代码和消息。

(继承自 ValidationInputResponse)
Status

获取请求的数据中心和传输的验证状态。 可能的值包括:“Valid”、“Invalid”、“Skipped”

适用于