SkuInformation Class

Definition

Information of the sku.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SkuInformation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SkuInformation = class
Public Class SkuInformation
Inheritance
SkuInformation
Attributes

Constructors

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.

Properties

ApiVersions

Gets api versions that support this Sku.

Capacity

Gets capacity of the Sku.

Costs

Gets cost of the Sku.

DataLocationToServiceLocationMap

Gets the map of data location to service location.

DisabledReason

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

DisabledReasonMessage

Gets message for why the Sku is disabled.

Enabled

Gets the sku is enabled or not.

RequiredFeature

Gets required feature to access the sku.

Sku

Gets the Sku.

Methods

Validate()

Validate the object.

Applies to