ValidateAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The requirements to validate customer address where the device needs to be shipped.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ValidateAddressTypeConverter))]
public class ValidateAddress : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IValidateAddress, Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ValidateAddressTypeConverter))>]
type ValidateAddress = class
interface IValidateAddress
interface IJsonSerializable
interface IValidationInputRequest
interface IValidates
Public Class ValidateAddress
Implements IValidateAddress, IValidates
- Inheritance
-
ValidateAddress
- Attributes
- Implements
Constructors
ValidateAddress() |
Creates an new ValidateAddress instance. |
Properties
DeviceType |
Device type to be used for the job. |
ShippingAddress |
Shipping address of the customer. |
TransportPreferenceIsUpdated |
Read only property which indicates whether transport preferences has been updated or not after device is prepared. |
TransportPreferencePreferredShipmentType |
Indicates Shipment Logistics type that the customer preferred. |
ValidationType |
Identifies the type of validation request. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidateAddress. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidateAddress. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IValidateAddress. |
FromJsonString(String) |
Creates a new instance of ValidateAddress, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidateAddress into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |