DataBoxScheduleAvailabilityRequest Class

Definition

Request body to get the availability for scheduling data box orders orders.

[Newtonsoft.Json.JsonObject("DataBox")]
public class DataBoxScheduleAvailabilityRequest : Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest
[<Newtonsoft.Json.JsonObject("DataBox")>]
type DataBoxScheduleAvailabilityRequest = class
    inherit ScheduleAvailabilityRequest
Public Class DataBoxScheduleAvailabilityRequest
Inherits ScheduleAvailabilityRequest
Inheritance
DataBoxScheduleAvailabilityRequest
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DataBoxScheduleAvailabilityRequest()

Initializes a new instance of the DataBoxScheduleAvailabilityRequest class.

DataBoxScheduleAvailabilityRequest(String, String)

Initializes a new instance of the DataBoxScheduleAvailabilityRequest 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