다음을 통해 공유


ValidateAddressResponse 생성자

정의

오버로드

ValidateAddressResponse()

ValidateAddressResponse 클래스의 새 instance 초기화합니다.

ValidateAddressResponse(String, IList<AddressDetails>, String)

ValidateAddressResponse 클래스의 새 instance 초기화합니다.

ValidateAddressResponse()

ValidateAddressResponse 클래스의 새 instance 초기화합니다.

public ValidateAddressResponse ();
Public Sub New ()

적용 대상

ValidateAddressResponse(String, IList<AddressDetails>, String)

ValidateAddressResponse 클래스의 새 instance 초기화합니다.

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

유효성 검사 오류 메시지입니다.

적용 대상