你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointDeploymentPropertiesBase interface

终结点部署的基本定义。

属性

codeConfiguration

终结点部署的代码配置。

description

终结点部署的说明。

environmentId

终结点部署的环境规范的 ARM 资源 ID 或 AssetId。

environmentVariables

部署的环境变量配置。

properties

属性字典。 可以添加属性,但不能删除或更改属性。

属性详细信息

codeConfiguration

终结点部署的代码配置。

codeConfiguration?: CodeConfiguration

属性值

description

终结点部署的说明。

description?: string

属性值

string

environmentId

终结点部署的环境规范的 ARM 资源 ID 或 AssetId。

environmentId?: string

属性值

string

environmentVariables

部署的环境变量配置。

environmentVariables?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}

properties

属性字典。 可以添加属性,但不能删除或更改属性。

properties?: {[propertyName: string]: string | null}

属性值

{[propertyName: string]: string | null}