CustomApplications クラス
カスタム サービス アプリケーションの構成を指定します。
- 継承
-
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
必須
|
カスタム アプリケーションの名前。 |
image
必須
|
イメージの仕様について説明します。 |
type
必須
|
カスタム アプリケーションの種類。 |
endpoints
必須
|
コンテナーのエンドポイントの構成。 |
environment_variables
必須
|
コンテナーの環境変数。 |
bind_mounts
必須
|
コンテナーのバインド マウントの構成。 |
キーワードのみのパラメーター
名前 | 説明 |
---|---|
name
必須
|
|
image
必須
|
|
type
|
規定値: docker
|
endpoints
必須
|
|
environment_variables
必須
|
|
bind_mounts
必須
|
|
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python