共用方式為


EnvironmentDefinitionOutput interface

環境定義。

屬性

catalogName

目錄的名稱。

description

環境定義的簡短描述。

id

環境定義的標識碼。

name

環境定義的名稱。

parameters

傳遞至環境的輸入參數。

parametersSchema

定義傳遞至環境的 parameters 物件的 JSON 架構。

templatePath

環境定義進入點檔案的路徑。

屬性詳細資料

catalogName

目錄的名稱。

catalogName: string

屬性值

string

description

環境定義的簡短描述。

description?: string

屬性值

string

id

環境定義的標識碼。

id: string

屬性值

string

name

環境定義的名稱。

name: string

屬性值

string

parameters

傳遞至環境的輸入參數。

parameters?: EnvironmentDefinitionParameterOutput[]

屬性值

parametersSchema

定義傳遞至環境的 parameters 物件的 JSON 架構。

parametersSchema?: string

屬性值

string

templatePath

環境定義進入點檔案的路徑。

templatePath?: string

屬性值

string