ContainerResources Class
Container App container resource requirements.
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". |
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