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

ValidateResponseError 构造函数

定义

重载

ValidateResponseError()

初始化 ValidateResponseError 类的新实例。

ValidateResponseError(String, String)

初始化 ValidateResponseError 类的新实例。

ValidateResponseError()

初始化 ValidateResponseError 类的新实例。

public ValidateResponseError ();
Public Sub New ()

适用于

ValidateResponseError(String, String)

初始化 ValidateResponseError 类的新实例。

public ValidateResponseError (string code = default, string message = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseError : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

参数

code
String

验证错误代码。

message
String

验证错误消息。

适用于