Share via


SkuInformation Constructors

Definition

Overloads

SkuInformation()

Initializes a new instance of the SkuInformation class.

SkuInformation(Sku, Nullable<Boolean>, IList<DataLocationToServiceLocationMap>, SkuCapacity, IList<SkuCost>, IList<String>, Nullable<SkuDisabledReason>, String, String)

Initializes a new instance of the SkuInformation class.

SkuInformation()

Initializes a new instance of the SkuInformation class.

public SkuInformation ();
Public Sub New ()

Applies to

SkuInformation(Sku, Nullable<Boolean>, IList<DataLocationToServiceLocationMap>, SkuCapacity, IList<SkuCost>, IList<String>, Nullable<SkuDisabledReason>, String, String)

Initializes a new instance of the SkuInformation class.

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)

Parameters

sku
Sku

The Sku.

enabled
Nullable<Boolean>

The sku is enabled or not.

dataLocationToServiceLocationMap
IList<DataLocationToServiceLocationMap>

The map of data location to service location.

capacity
SkuCapacity

Capacity of the Sku.

costs
IList<SkuCost>

Cost of the Sku.

apiVersions
IList<String>

Api versions that support this Sku.

disabledReason
Nullable<SkuDisabledReason>

Reason why the Sku is disabled. Possible values include: 'None', 'Country', 'Region', 'Feature', 'OfferType', 'NoSubscriptionInfo'

disabledReasonMessage
String

Message for why the Sku is disabled.

requiredFeature
String

Required feature to access the sku.

Applies to