次の方法で共有


GithubActionConfiguration クラス

Container App SourceControl の変更可能な設定を定義する構成プロパティ。

継承
azure.mgmt.appcontainers._serialization.Model
GithubActionConfiguration

コンストラクター

GithubActionConfiguration(*, registry_info: _models.RegistryInfo | None = None, azure_credentials: _models.AzureCredentials | None = None, context_path: str | None = None, github_personal_access_token: str | None = None, image: str | None = None, publish_type: str | None = None, os: str | None = None, runtime_stack: str | None = None, runtime_version: str | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
registry_info

レジストリ構成。

azure_credentials

AzureCredentials の構成。

context_path
str

コンテキスト パス。

github_personal_access_token
str

Github 環境を構成するための 1 回限り Github PAT。

image
str

イメージ名

publish_type
str

コードまたはイメージ。

os
str

オペレーション システム。

runtime_stack
str

ランタイム スタック。

runtime_version
str

ランタイム バージョン。

変数

名前 説明
registry_info

レジストリ構成。

azure_credentials

AzureCredentials の構成。

context_path
str

コンテキスト パス。

github_personal_access_token
str

Github 環境を構成するための 1 回限り Github PAT。

image
str

イメージ名

publish_type
str

コードまたはイメージ。

os
str

オペレーション システム。

runtime_stack
str

ランタイム スタック。

runtime_version
str

ランタイム バージョン。