ResourceRequests Class
This type describes the requested resources for a given container. It describes the least amount of resources required for the container. A container can consume more than requested resources up to the specified limits before being restarted. Currently, the requested resources are treated as limits.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ResourceRequests
Constructor
ResourceRequests(*, memory_in_gb: float, cpu: float, **kwargs)
Parameters
- cpu
- float
Required
Required. Requested number of CPU cores. At present, only full cores are supported.
Feedback
Submit and view feedback for