다음을 통해 공유


IAddressValidationProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AddressValidationPropertiesTypeConverter))]
public interface IAddressValidationProperties : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IValidationInputResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.AddressValidationPropertiesTypeConverter))>]
type IAddressValidationProperties = interface
    interface IJsonSerializable
    interface IValidationInputResponse
Public Interface IAddressValidationProperties
Implements IValidationInputResponse
Derived
Attributes
Implements

Properties

AdditionalInfo

Gets or sets additional error info.

(Inherited from IValidationInputResponse)
AlternateAddress

List of alternate addresses.

Code

Error code.

(Inherited from IValidationInputResponse)
Detail

Gets or sets details for the error.

(Inherited from IValidationInputResponse)
Message

The error message parsed from the body of the http error response.

(Inherited from IValidationInputResponse)
Target

Gets or sets the target of the error.

(Inherited from IValidationInputResponse)
ValidationStatus

The address validation status.

ValidationType

Identifies the type of validation response.

(Inherited from IValidationInputResponse)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to