SiteContainer interface
月臺的容器
- Extends
屬性
| auth |
驗證類型 |
| created |
建立時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| environment |
環境變數清單 |
| image | 映射名稱 |
| inherit |
|
| is |
如果容器是主要月臺容器, |
| last |
上次修改時間注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| password |
密碼密碼 |
| start |
StartUp 命令 |
| target |
目標埠 |
| user |
UserManagedIdentity 用戶端 ID |
| user |
使用者名 |
| volume |
磁碟區掛接清單 |
繼承的屬性
| id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
| kind | 資源種類。 |
| name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
| type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
authType
createdTime
建立時間注意:此屬性將不會串行化。 它只能由伺服器填入。
createdTime?: Date
屬性值
Date
environmentVariables
image
映射名稱
image?: string
屬性值
string
inheritAppSettingsAndConnectionStrings
true 如果所有 AppSettings 和 ConnectionStrings 都必須作為環境變數傳遞給容器; false 否則。
inheritAppSettingsAndConnectionStrings?: boolean
屬性值
boolean
isMain
如果容器是主要月臺容器,true;否則 false。
isMain?: boolean
屬性值
boolean
lastModifiedTime
上次修改時間注意:此屬性將不會串行化。 它只能由伺服器填入。
lastModifiedTime?: Date
屬性值
Date
passwordSecret
密碼密碼
passwordSecret?: string
屬性值
string
startUpCommand
StartUp 命令
startUpCommand?: string
屬性值
string
targetPort
目標埠
targetPort?: string
屬性值
string
userManagedIdentityClientId
UserManagedIdentity 用戶端 ID
userManagedIdentityClientId?: string
屬性值
string
userName
使用者名
userName?: string
屬性值
string