SkuAvailabilityValidationRequest Class
Request to validate sku availability.
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
-
azure.mgmt.databox.v2019_09_01.models._models_py3.ValidationInputRequestSkuAvailabilityValidationRequest
Constructor
SkuAvailabilityValidationRequest(*, device_type: Union[str, azure.mgmt.databox.v2019_09_01.models._data_box_management_client_enums.SkuName], country: str, location: str, **kwargs)
Parameters
- validation_type
- str or <xref:azure.mgmt.databox.models.ValidationInputDiscriminator>
Required. Identifies the type of validation request.Constant filled by server. Possible values include: "ValidateAddress", "ValidateDataDestinationDetails", "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", "ValidateSkuAvailability".
- device_type
- str or <xref:azure.mgmt.databox.models.SkuName>
Required. Device type to be used for the job. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".
- country
- str
Required. ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements.
- location
- str
Required. Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.
Variables
- transfer_type
- str
Required. Type of the transfer. Default value: "ImportToAzure".
Attributes
transfer_type
transfer_type = 'ImportToAzure'
Feedback
Submit and view feedback for