ScheduleAvailabilityRequest Constructors
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.
Overloads
ScheduleAvailabilityRequest() |
Initializes a new instance of the ScheduleAvailabilityRequest class. |
ScheduleAvailabilityRequest(String, String) |
Initializes a new instance of the ScheduleAvailabilityRequest class. |
ScheduleAvailabilityRequest()
Initializes a new instance of the ScheduleAvailabilityRequest class.
public ScheduleAvailabilityRequest ();
Public Sub New ()
Applies to
ScheduleAvailabilityRequest(String, String)
Initializes a new instance of the ScheduleAvailabilityRequest class.
public ScheduleAvailabilityRequest (string storageLocation, string country = default);
new Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest : string * string -> Microsoft.Azure.Management.DataBox.Models.ScheduleAvailabilityRequest
Public Sub New (storageLocation As String, 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
- country
- String
Country in which storage location should be supported.
Applies to
Azure SDK for .NET