ContainerResources Class
Container App container resource requirements.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelContainerResources
Constructor
ContainerResources(*, cpu: float | None = None, memory: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
cpu
|
Required CPU in cores, e.g. 0.5. |
memory
|
Required memory, e.g. "250Mb". |
Variables
Name | Description |
---|---|
cpu
|
Required CPU in cores, e.g. 0.5. |
memory
|
Required memory, e.g. "250Mb". |
ephemeral_storage
|
Ephemeral Storage, e.g. "1Gi". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python