Sku Class
The resource model definition representing SKU.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Sku
Constructor
Sku(*, name: str, tier=None, size: Optional[str] = None, family: Optional[str] = None, capacity: Optional[int] = None, **kwargs)
Parameters
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
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