DiskScheduleAvailabilityRequest 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 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
- 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
Azure SDK for .NET