Udostępnij za pośrednictwem


ValidateAddressResponse Konstruktory

Definicja

Przeciążenia

ValidateAddressResponse()

Inicjuje nowe wystąpienie klasy ValidateAddressResponse.

ValidateAddressResponse(String, IList<AddressDetails>, String)

Inicjuje nowe wystąpienie klasy ValidateAddressResponse.

ValidateAddressResponse()

Inicjuje nowe wystąpienie klasy ValidateAddressResponse.

public ValidateAddressResponse ();
Public Sub New ()

Dotyczy

ValidateAddressResponse(String, IList<AddressDetails>, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

status
String

stan weryfikacji adresu. Możliwe wartości to: "Valid", "Invalid"

suggestedAddresses
IList<AddressDetails>

Lista sugerowanych adresów.

validationMessage
String

Komunikat o błędzie walidacji.

Dotyczy