SkuCapacity Class
The SKU capacity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
SkuCapacity
Constructor
SkuCapacity(*, minimum: int, maximum: Optional[int] = None, default: Optional[int] = None, scale_type: Optional[Union[str, azure.mgmt.appplatform.v2021_06_01_preview.models._app_platform_management_client_enums.SkuScaleType]] = None, **kwargs)
Variables
- minimum
- int
Required. Gets or sets the minimum.
- maximum
- int
Gets or sets the maximum.
- default
- int
Gets or sets the default.
- scale_type
- str or SkuScaleType
Gets or sets the type of the scale. Possible values include: "None", "Manual", "Automatic".
Feedback
Submit and view feedback for