SkuInformation interface
Information of the sku.
Properties
api |
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. |
countries |
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. |
data |
The map of data location to service location. NOTE: This property will not be serialized. It can only be populated by the server. |
disabled |
Reason why the Sku is disabled. NOTE: This property will not be serialized. It can only be populated by the server. |
disabled |
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. |
required |
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
SkuCost[]
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