HeavyScheduleAvailabilityRequest Class

Definition

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
HeavyScheduleAvailabilityRequest
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.

Applies to