ContainerResources Class
Container App container resource requirements.
Variables are only populated by the server, and will be ignored when sending a request.
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". |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python