SkuProperties interface

Properties 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.

requiredFeature

Required feature to access 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

requiredFeature

Required feature to access the sku.

requiredFeature?: string

Property Value

string