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

ValidateAddressResponse 构造函数

定义

重载

ValidateAddressResponse()

初始化 ValidateAddressResponse 类的新实例。

ValidateAddressResponse(String, IList<AddressDetails>, String)

初始化 ValidateAddressResponse 类的新实例。

ValidateAddressResponse()

初始化 ValidateAddressResponse 类的新实例。

public ValidateAddressResponse ();
Public Sub New ()

适用于

ValidateAddressResponse(String, IList<AddressDetails>, String)

初始化 ValidateAddressResponse 类的新实例。

public ValidateAddressResponse (string status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AddressDetails> suggestedAddresses = default, string validationMessage = default);
new Microsoft.Azure.Management.Billing.Models.ValidateAddressResponse : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Billing.Models.AddressDetails> * string -> Microsoft.Azure.Management.Billing.Models.ValidateAddressResponse
Public Sub New (Optional status As String = Nothing, Optional suggestedAddresses As IList(Of AddressDetails) = Nothing, Optional validationMessage As String = Nothing)

参数

status
String

地址验证的状态。 可能的值包括:“Valid”、“Invalid”

suggestedAddresses
IList<AddressDetails>

建议地址的列表。

validationMessage
String

验证错误消息。

适用于