HeavyScheduleAvailabilityRequest 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 heavy orders.
[Newtonsoft.Json.JsonObject("DataBoxHeavy")]
public class HeavyScheduleAvailabilityRequest : Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest
[<Newtonsoft.Json.JsonObject("DataBoxHeavy")>]
type HeavyScheduleAvailabilityRequest = class
inherit ScheduleAvailabilityRequest
Public Class HeavyScheduleAvailabilityRequest
Inherits ScheduleAvailabilityRequest
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
HeavyScheduleAvailabilityRequest() |
Initializes a new instance of the HeavyScheduleAvailabilityRequest class. |
HeavyScheduleAvailabilityRequest(String, String) |
Initializes a new instance of the HeavyScheduleAvailabilityRequest class. |
Properties
Country |
Gets or sets country in which storage location should be supported. (Inherited from ScheduleAvailabilityRequest) |
StorageLocation |
Gets or sets location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01 (Inherited from ScheduleAvailabilityRequest) |
Methods
Validate() |
Validate the object. |