ValidationInputResponse Class

Minimum properties that should be present in each individual validation response.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AddressValidationProperties, CreateOrderLimitForSubscriptionValidationResponseProperties, DataDestinationDetailsValidationResponseProperties, PreferencesValidationResponseProperties, SkuAvailabilityValidationResponseProperties, SubscriptionIsAllowedToCreateJobValidationResponseProperties.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
ValidationInputResponse

Constructor

ValidationInputResponse(**kwargs)

Parameters

validation_type
str or <xref:azure.mgmt.databox.models.ValidationInputDiscriminator>
Required

Required. Identifies the type of validation response.Constant filled by server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", "ValidateSkuAvailability".

Variables

error
<xref:azure.mgmt.databox.models.Error>

Error code and message of validation response.