共用方式為


GithubActionConfiguration interface

定義容器應用程式SourceControl之可變動設定的組態屬性

屬性

azureCredentials

AzureCredentials 組態。

dockerfilePath

Docker 檔案路徑

os

作系統

publishType

程序代碼或影像

registryInfo

登錄組態。

runtimeStack

運行時間堆疊

runtimeVersion

運行時間版本

屬性詳細資料

azureCredentials

AzureCredentials 組態。

azureCredentials?: AzureCredentials

屬性值

dockerfilePath

Docker 檔案路徑

dockerfilePath?: string

屬性值

string

os

作系統

os?: string

屬性值

string

publishType

程序代碼或影像

publishType?: string

屬性值

string

registryInfo

登錄組態。

registryInfo?: RegistryInfo

屬性值

runtimeStack

運行時間堆疊

runtimeStack?: string

屬性值

string

runtimeVersion

運行時間版本

runtimeVersion?: string

屬性值

string