EndpointDeploymentPropertiesBase interface
终结点部署的基本定义。
属性
code |
终结点部署的代码配置。 |
description | 终结点部署的说明。 |
environment |
终结点部署的环境规范的 ARM 资源 ID 或 AssetId。 |
environment |
部署的环境变量配置。 |
properties | 属性字典。 可以添加属性,但不能删除或更改属性。 |
属性详细信息
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}