共用方式為


EndpointDeploymentPropertiesBase interface

端點部署的基底定義。

屬性

codeConfiguration

端點部署的程式代碼組態。

description

端點部署的描述。

environmentId

端點部署環境規格的 ARM 資源識別碼或 AssetId。

environmentVariables

部署的環境變數組態。

properties

屬性字典。 可以新增屬性,但無法移除或改變。

屬性詳細資料

codeConfiguration

端點部署的程式代碼組態。

codeConfiguration?: 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}