ScheduleAvailabilityRequest Class
Request body to get the availability for scheduling orders.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: DataBoxScheduleAvailabilityRequest, DiskScheduleAvailabilityRequest, HeavyScheduleAvailabilityRequest.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ScheduleAvailabilityRequest
Constructor
ScheduleAvailabilityRequest(*, storage_location: str, country: Optional[str] = None, **kwargs)
Parameters
- storage_location
- str
Required. Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.
- sku_name
- str or <xref:azure.mgmt.databox.models.SkuName>
Required. Sku Name for which the order is to be scheduled.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".
Feedback
Submit and view feedback for