Megosztás a következőn keresztül:


ScheduleAvailabilityContent Class

Definition

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