共用方式為


NetCoreZipUploadedUserSourceInfo interface

已上傳部署的 Jar 二進位檔

Extends

屬性

netCoreMainEntryPath

相對於 zip 根目錄的 .NET 可執行文件路徑

runtimeVersion

.Net 檔案的運行時間版本

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

relativePath

儲存來源之記憶體的相對路徑

version

來源的版本

屬性詳細資料

netCoreMainEntryPath

相對於 zip 根目錄的 .NET 可執行文件路徑

netCoreMainEntryPath?: string

屬性值

string

runtimeVersion

.Net 檔案的運行時間版本

runtimeVersion?: string

屬性值

string

type

多型歧視性,指定這個物件可以是的不同類型

type: "NetCoreZip"

屬性值

"NetCoreZip"

繼承的屬性詳細資料

relativePath

儲存來源之記憶體的相對路徑

relativePath?: string

屬性值

string

繼承自UploadedUserSourceInfo.relativePath

version

來源的版本

version?: string

屬性值

string

繼承自UploadedUserSourceInfo.version