Condividi tramite


AvailableSkuRequest Constructors

Definition

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

skuNames
IList<Nullable<SkuName>>

Sku Names to filter for available skus

Applies to