GithubActionConfiguration 類別
定義容器應用程式 SourceControl 之可變動設定的組態屬性。
- 繼承
-
azure.mgmt.appcontainers._serialization.ModelGithubActionConfiguration
建構函式
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)
僅限關鍵字參數
名稱 | Description |
---|---|
registry_info
|
登錄組態。 |
azure_credentials
|
AzureCredentials 組態。 |
context_path
|
內容路徑。 |
github_personal_access_token
|
一次 Github PAT 來設定 github 環境。 |
image
|
映像名稱。 |
publish_type
|
程式碼或影像。 |
os
|
作業系統。 |
runtime_stack
|
執行時間堆疊。 |
runtime_version
|
執行時間版本。 |
變數
名稱 | Description |
---|---|
registry_info
|
登錄組態。 |
azure_credentials
|
AzureCredentials 組態。 |
context_path
|
內容路徑。 |
github_personal_access_token
|
一次 Github PAT 來設定 github 環境。 |
image
|
映像名稱。 |
publish_type
|
程式碼或影像。 |
os
|
作業系統。 |
runtime_stack
|
執行時間堆疊。 |
runtime_version
|
執行時間版本。 |