CustomApplications Class
Specifies the custom service application configuration.
- Inheritance
-
builtins.objectCustomApplications
CustomApplications(*, name: str, image: ImageSettings, type: str = 'docker', endpoints: List[EndpointsSettings], environment_variables: Dict | None = None, bind_mounts: List[VolumeSettings] | None = None, **kwargs: Any)
Name | Description |
---|---|
name
Required
|
Name of the Custom Application. |
image
Required
|
Describes the Image Specifications. |
type
Required
|
Type of the Custom Application. |
endpoints
Required
|
Configuring the endpoints for the container. |
environment_variables
Required
|
Environment Variables for the container. |
bind_mounts
Required
|
Configuration of the bind mounts for the container. |
Name | Description |
---|---|
name
Required
|
|
image
Required
|
|
type
|
Default value: docker
|
endpoints
Required
|
|
environment_variables
Required
|
|
bind_mounts
Required
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Comentários do Azure SDK for Python
O Azure SDK for Python é um projeto código aberto. Selecione um link para fornecer comentários: