EndpointDeploymentPropertiesBase interface
端點部署的基底定義。
屬性
code |
端點部署的程式代碼組態。 |
description | 端點部署的描述。 |
environment |
端點部署環境規格的 ARM 資源識別碼或 AssetId。 |
environment |
部署的環境變數組態。 |
properties | 屬性字典。 可以新增屬性,但無法移除或改變。 |
屬性詳細資料
codeConfiguration
description
端點部署的描述。
description?: string
屬性值
string
environmentId
端點部署環境規格的 ARM 資源識別碼或 AssetId。
environmentId?: string
屬性值
string
environmentVariables
部署的環境變數組態。
environmentVariables?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
properties
屬性字典。 可以新增屬性,但無法移除或改變。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}