你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomApplications Class
Specifies the custom service application configuration.
- Inheritance
-
builtins.objectCustomApplications
Constructor
CustomApplications(*, name: str, image: ImageSettings, type: str = 'docker', endpoints: List[EndpointsSettings], environment_variables: Dict | None = None, bind_mounts: List[VolumeSettings] | None = None, **kwargs: Any)
Parameters
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. |
Keyword-Only Parameters
Name | Description |
---|---|
name
Required
|
|
image
Required
|
|
type
|
Default value: docker
|
endpoints
Required
|
|
environment_variables
Required
|
|
bind_mounts
Required
|
|