Sdílet prostřednictvím


ValidateAddressResponse Konstruktory

Definice

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