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