SkuInformation Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SkuInformation() |
Initialisiert einen neuen instance der SkuInformation-Klasse. |
SkuInformation(Sku, Nullable<Boolean>, IList<DataLocationToServiceLocationMap>, SkuCapacity, IList<SkuCost>, IList<String>, Nullable<SkuDisabledReason>, String, String) |
Initialisiert einen neuen instance der SkuInformation-Klasse. |
SkuInformation()
Initialisiert einen neuen instance der SkuInformation-Klasse.
public SkuInformation ();
Public Sub New ()
Gilt für:
SkuInformation(Sku, Nullable<Boolean>, IList<DataLocationToServiceLocationMap>, SkuCapacity, IList<SkuCost>, IList<String>, Nullable<SkuDisabledReason>, String, String)
Initialisiert einen neuen instance der SkuInformation-Klasse.
public SkuInformation (Microsoft.Azure.Management.DataBox.Models.Sku sku = default, bool? enabled = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataLocationToServiceLocationMap> dataLocationToServiceLocationMap = default, Microsoft.Azure.Management.DataBox.Models.SkuCapacity capacity = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.SkuCost> costs = default, System.Collections.Generic.IList<string> apiVersions = default, Microsoft.Azure.Management.DataBox.Models.SkuDisabledReason? disabledReason = default, string disabledReasonMessage = default, string requiredFeature = default);
new Microsoft.Azure.Management.DataBox.Models.SkuInformation : Microsoft.Azure.Management.DataBox.Models.Sku * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DataLocationToServiceLocationMap> * Microsoft.Azure.Management.DataBox.Models.SkuCapacity * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.SkuCost> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.DataBox.Models.SkuDisabledReason> * string * string -> Microsoft.Azure.Management.DataBox.Models.SkuInformation
Public Sub New (Optional sku As Sku = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional dataLocationToServiceLocationMap As IList(Of DataLocationToServiceLocationMap) = Nothing, Optional capacity As SkuCapacity = Nothing, Optional costs As IList(Of SkuCost) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional disabledReason As Nullable(Of SkuDisabledReason) = Nothing, Optional disabledReasonMessage As String = Nothing, Optional requiredFeature As String = Nothing)
Parameter
- sku
- Sku
Die SKU.
- dataLocationToServiceLocationMap
- IList<DataLocationToServiceLocationMap>
Die Zuordnung des Datenspeicherorts zum Dienststandort.
- capacity
- SkuCapacity
Kapazität der SKU.
- disabledReason
- Nullable<SkuDisabledReason>
Grund, warum die SKU deaktiviert ist. Mögliche Werte: "None", "Country", "Region", "Feature", "OfferType", "NoSubscriptionInfo"
- disabledReasonMessage
- String
Meldung, warum die SKU deaktiviert ist.
- requiredFeature
- String
Erforderliches Feature für den Zugriff auf die SKU.
Gilt für:
Azure SDK for .NET