SkuInformation interface

Information of the sku.

Properties

apiVersions

Api versions that support this Sku. NOTE: This property will not be serialized. It can only be populated by the server.

capacity

Capacity of the Sku. NOTE: This property will not be serialized. It can only be populated by the server.

costs

Cost of the Sku. NOTE: This property will not be serialized. It can only be populated by the server.

countriesWithinCommerceBoundary

List of all the Countries in the SKU specific commerce boundary NOTE: This property will not be serialized. It can only be populated by the server.

dataLocationToServiceLocationMap

The map of data location to service location. NOTE: This property will not be serialized. It can only be populated by the server.

disabledReason

Reason why the Sku is disabled. NOTE: This property will not be serialized. It can only be populated by the server.

disabledReasonMessage

Message for why the Sku is disabled. NOTE: This property will not be serialized. It can only be populated by the server.

enabled

The sku is enabled or not. NOTE: This property will not be serialized. It can only be populated by the server.

requiredFeature

Required feature to access the sku. NOTE: This property will not be serialized. It can only be populated by the server.

sku

The Sku. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

apiVersions

Api versions that support this Sku. NOTE: This property will not be serialized. It can only be populated by the server.

apiVersions?: string[]

Property Value

string[]

capacity

Capacity of the Sku. NOTE: This property will not be serialized. It can only be populated by the server.

capacity?: SkuCapacity

Property Value

costs

Cost of the Sku. NOTE: This property will not be serialized. It can only be populated by the server.

costs?: SkuCost[]

Property Value

countriesWithinCommerceBoundary

List of all the Countries in the SKU specific commerce boundary NOTE: This property will not be serialized. It can only be populated by the server.

countriesWithinCommerceBoundary?: string[]

Property Value

string[]

dataLocationToServiceLocationMap

The map of data location to service location. NOTE: This property will not be serialized. It can only be populated by the server.

dataLocationToServiceLocationMap?: DataLocationToServiceLocationMap[]

Property Value

disabledReason

Reason why the Sku is disabled. NOTE: This property will not be serialized. It can only be populated by the server.

disabledReason?: SkuDisabledReason

Property Value

disabledReasonMessage

Message for why the Sku is disabled. NOTE: This property will not be serialized. It can only be populated by the server.

disabledReasonMessage?: string

Property Value

string

enabled

The sku is enabled or not. NOTE: This property will not be serialized. It can only be populated by the server.

enabled?: boolean

Property Value

boolean

requiredFeature

Required feature to access the sku. NOTE: This property will not be serialized. It can only be populated by the server.

requiredFeature?: string

Property Value

string

sku

The Sku. NOTE: This property will not be serialized. It can only be populated by the server.

sku?: Sku

Property Value

Sku