Delen via


JobExecutionContainer Klas

Containerdefinitie voor het uitvoeren van Container Apps-taken.

Overname
azure.mgmt.appcontainers._serialization.Model
JobExecutionContainer

Constructor

JobExecutionContainer(*, image: str | None = None, name: str | None = None, command: List[str] | None = None, args: List[str] | None = None, env: List[_models.EnvironmentVar] | None = None, resources: _models.ContainerResources | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
image
str

Tag containerinstallatiekopieën.

name
str

Aangepaste containernaam.

command

Containerstartopdracht.

args

Argumenten voor containerstartopdrachten.

env

Containeromgevingsvariabelen.

resources

Vereisten voor containerresources.

Variabelen

Name Description
image
str

Tag containerinstallatiekopieën.

name
str

Aangepaste containernaam.

command

Containerstartopdracht.

args

Argumenten voor containerstartopdrachten.

env

Containeromgevingsvariabelen.

resources

Vereisten voor containerresources.