SkuInformation interface

Information of the sku.

Properties

apiVersions

Api versions that support this Sku.

capacity

Capacity of the Sku.

costs

Cost of the Sku.

countriesWithinCommerceBoundary

List of all the Countries in the SKU specific commerce boundary

dataLocationToServiceLocationMap

The map of data location to service location.

disabledReason

Reason why the Sku is disabled.

disabledReasonMessage

Message for why the Sku is disabled.

enabled

The sku is enabled or not.

requiredFeature

Required feature to access the sku.

sku

The Sku.

Property Details

apiVersions

Api versions that support this Sku.

apiVersions?: string[]

Property Value

string[]

capacity

Capacity of the Sku.

capacity?: SkuCapacity

Property Value

costs

Cost of the Sku.

costs?: SkuCost[]

Property Value

countriesWithinCommerceBoundary

List of all the Countries in the SKU specific commerce boundary

countriesWithinCommerceBoundary?: string[]

Property Value

string[]

dataLocationToServiceLocationMap

The map of data location to service location.

dataLocationToServiceLocationMap?: DataLocationToServiceLocationMap[]

Property Value

disabledReason

Reason why the Sku is disabled.

disabledReason?: SkuDisabledReason

Property Value

disabledReasonMessage

Message for why the Sku is disabled.

disabledReasonMessage?: string

Property Value

string

enabled

The sku is enabled or not.

enabled?: boolean

Property Value

boolean

requiredFeature

Required feature to access the sku.

requiredFeature?: string

Property Value

string

sku

The Sku.

sku?: Sku

Property Value

Sku