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
|
|
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