ValidateAddressResponse Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
ValidateAddressResponse() |
Inicializuje novou instanci ValidateAddressResponse třídy. |
ValidateAddressResponse(String, IList<AddressDetails>, String) |
Inicializuje novou instanci ValidateAddressResponse třídy. |
ValidateAddressResponse()
Inicializuje novou instanci ValidateAddressResponse třídy.
public ValidateAddressResponse ();
Public Sub New ()
Platí pro
ValidateAddressResponse(String, IList<AddressDetails>, String)
Inicializuje novou instanci ValidateAddressResponse třídy.
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
stav ověření adresy. Mezi možné hodnoty patří: "Platné", "Neplatné".
- suggestedAddresses
- IList<AddressDetails>
Seznam navrhovaných adres
- validationMessage
- String
Chybová zpráva ověření.
Platí pro
Azure SDK for .NET