Share via


DiskScheduleAvailabilityRequest Constructors

Definition

Overloads

DiskScheduleAvailabilityRequest()

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

DiskScheduleAvailabilityRequest(String, Int32, String)

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

DiskScheduleAvailabilityRequest()

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

public DiskScheduleAvailabilityRequest ();
Public Sub New ()

Applies to

DiskScheduleAvailabilityRequest(String, Int32, String)

Initializes a new instance of the DiskScheduleAvailabilityRequest class.

public DiskScheduleAvailabilityRequest (string storageLocation, int expectedDataSizeInTeraBytes, string country = default);
new Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest : string * int * string -> Microsoft.Azure.Management.DataBox.Models.DiskScheduleAvailabilityRequest
Public Sub New (storageLocation As String, expectedDataSizeInTeraBytes As Integer, Optional country As String = Nothing)

Parameters

storageLocation
String

Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01

expectedDataSizeInTeraBytes
Int32

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

country
String

Country in which storage location should be supported.

Applies to