Freigeben über


AvailableSkuRequest Konstruktoren

Definition

Überlädt

AvailableSkuRequest()

Initialisiert eine neue instance der AvailableSkuRequest-Klasse.

AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)

Initialisiert eine neue instance der AvailableSkuRequest-Klasse.

AvailableSkuRequest()

Initialisiert eine neue instance der AvailableSkuRequest-Klasse.

public AvailableSkuRequest ();
Public Sub New ()

Gilt für:

AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)

Initialisiert eine neue instance der AvailableSkuRequest-Klasse.

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)

Parameter

transferType
TransferType

Typ der Übertragung. Mögliche Werte: "ImportToAzure", "ExportFromAzure"

country
String

ISO-Ländercode. Land für den Hardwareversand. Für Codes überprüfen Sie Folgendes: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

location
String

Speicherort für die Datenübertragung. Überprüfen Sie für Speicherorte: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01

skuNames
IList<Nullable<SkuName>>

Sku-Namen zum Filtern nach verfügbaren Skus

Gilt für: