ScheduleAvailabilityContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body to get the availability for scheduling orders. Please note ScheduleAvailabilityContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataBoxScheduleAvailabilityContent, DiskScheduleAvailabilityContent and HeavyScheduleAvailabilityContent.
public abstract class ScheduleAvailabilityContent
type ScheduleAvailabilityContent = class
Public MustInherit Class ScheduleAvailabilityContent
- Inheritance
-
ScheduleAvailabilityContent
- Derived
Constructors
ScheduleAvailabilityContent(AzureLocation) |
Initializes a new instance of ScheduleAvailabilityContent. |
Properties
Country |
Country in which storage location should be supported. |
StorageLocation |
Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. |
Applies to
Azure SDK for .NET