SkuAvailabilityValidationRequest Class
Request to validate sku availability.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.databox.v2020_04_01.models._models_py3.ValidationInputRequestSkuAvailabilityValidationRequest
Constructor
SkuAvailabilityValidationRequest(*, device_type: Union[str, azure.mgmt.databox.v2020_04_01.models._data_box_management_client_enums.SkuName], transfer_type: Union[str, azure.mgmt.databox.v2020_04_01.models._data_box_management_client_enums.TransferType], 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", "ValidateSubscriptionIsAllowedToCreateJob", "ValidatePreferences", "ValidateCreateOrderLimit", "ValidateSkuAvailability", "ValidateDataTransferDetails".
- 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".
- transfer_type
- str or <xref:azure.mgmt.databox.models.TransferType>
Required. Type of the transfer. Possible values include: "ImportToAzure", "ExportFromAzure".
- 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.
Feedback
Submit and view feedback for