ResourceModelWithAllowedPropertySetSku Class

ResourceModelWithAllowedPropertySetSku.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.mixedreality.models._models_py3.Sku
ResourceModelWithAllowedPropertySetSku

Constructor

ResourceModelWithAllowedPropertySetSku(*, name: str, tier=None, size: Optional[str] = None, family: Optional[str] = None, capacity: Optional[int] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the SKU. Ex - P3. It is typically a letter+number code

tier
str or SkuTier
Required

This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. Possible values include: 'Free', 'Basic', 'Standard', 'Premium'

size
str
Required

The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.

family
str
Required

If the service has different generations of hardware, for the same SKU, then that can be captured here.

capacity
int
Required

If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.