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, DataTransferDetailsValidationResponseProperties, 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. Identifies the type of validation response.Constant filled by server. Possible values include: "ValidateAddress", "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", "ValidateSkuAvailability", "ValidateDataTransferDetails".
Variables
- error
- <xref:azure.mgmt.databox.models.CloudError>
Error code and message of validation response.
Feedback
Submit and view feedback for