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から継承されます