CommonSku Class
The resource model definition representing SKU for ARM resources.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
CommonSku
Constructor
CommonSku(*, name: str, dev: Optional[bool] = True, size: Optional[str] = None, family: Optional[str] = None, capacity: Optional[int] = None, **kwargs)
Parameters
- dev
- bool
Whether dev/test is enabled. When the dev field is set to true, the resource is used for dev/test purpose.
- size
- str
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
- family
- str
If the service has different generations of hardware, for the same SKU, then that can be captured here.
- capacity
- int
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.
Feedback
Submit and view feedback for