SkuInformation interface
Information of the sku.
Properties
| api |
Api versions that support this Sku. |
| capacity | Capacity of the Sku. |
| costs | Cost of the Sku. |
| countries |
List of all the Countries in the SKU specific commerce boundary |
| data |
The map of data location to service location. |
| disabled |
Reason why the Sku is disabled. |
| disabled |
Message for why the Sku is disabled. |
| enabled | The sku is enabled or not. |
| required |
Required feature to access the sku. |
| sku | The Sku. |
Property Details
apiVersions
Api versions that support this Sku.
apiVersions?: string[]
Property Value
string[]
capacity
costs
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
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