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

NetCoreZipUploadedUserSourceInfo interface

为部署上传的 Jar 二进制文件

扩展

属性

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