ValidateAddressResponse Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Azure SDK for .NET