DiskScheduleAvailabilityRequest Class

Definition

Request body to get the availability for scheduling disk orders.

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

Constructors

DiskScheduleAvailabilityRequest()

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

DiskScheduleAvailabilityRequest(String, Int32, String)

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

Properties

Country

Gets or sets country in which storage location should be supported.

(Inherited from ScheduleAvailabilityRequest)
ExpectedDataSizeInTeraBytes

Gets or sets the expected size of the data, which needs to be transferred in this job, in terabytes.

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