AvailableSkuRequest 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
AvailableSkuRequest() |
Initializes a new instance of the AvailableSkuRequest class. |
AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>) |
Initializes a new instance of the AvailableSkuRequest class. |
AvailableSkuRequest()
Initializes a new instance of the AvailableSkuRequest class.
public AvailableSkuRequest ();
Public Sub New ()
Applies to
AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)
Initializes a new instance of the AvailableSkuRequest class.
public AvailableSkuRequest (Microsoft.Azure.Management.DataBox.Models.TransferType transferType, string country, string location, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.SkuName?> skuNames = default);
new Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest : Microsoft.Azure.Management.DataBox.Models.TransferType * string * string * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.DataBox.Models.SkuName>> -> Microsoft.Azure.Management.DataBox.Models.AvailableSkuRequest
Public Sub New (transferType As TransferType, country As String, location As String, Optional skuNames As IList(Of Nullable(Of SkuName)) = Nothing)
Parameters
- transferType
- TransferType
Type of the transfer. Possible values include: 'ImportToAzure', 'ExportFromAzure'
- country
- String
ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
- location
- String
Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01
Applies to
Azure SDK for .NET