SkuDescription interface

Information about a specific sku.

Properties

autoAdd

Flag to indicate whether the sku should be automatically added during workspace creation.

description

Description about this sku.

id

Unique sku id.

name

Display name of this sku.

pricingDetails

The list of pricing details for the sku.

quotaDimensions

The list of quota dimensions for this sku.

restrictedAccessUri

Uri to subscribe to the restricted access sku.

targets

The list of targets available for this sku.

version

Display name of this sku.

Property Details

autoAdd

Flag to indicate whether the sku should be automatically added during workspace creation.

autoAdd?: boolean

Property Value

boolean

description

Description about this sku.

description?: string

Property Value

string

id

Unique sku id.

id?: string

Property Value

string

name

Display name of this sku.

name?: string

Property Value

string

pricingDetails

The list of pricing details for the sku.

pricingDetails?: PricingDetail[]

Property Value

quotaDimensions

The list of quota dimensions for this sku.

quotaDimensions?: QuotaDimension[]

Property Value

restrictedAccessUri

Uri to subscribe to the restricted access sku.

restrictedAccessUri?: string

Property Value

string

targets

The list of targets available for this sku.

targets?: string[]

Property Value

string[]

version

Display name of this sku.

version?: string

Property Value

string