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

NetCoreZipUploadedUserSourceInfo Class

Definition

Uploaded Jar binary for a deployment

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.NetCoreZipUploadedUserSourceInfoTypeConverter))]
public class NetCoreZipUploadedUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.INetCoreZipUploadedUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.NetCoreZipUploadedUserSourceInfoTypeConverter))>]
type NetCoreZipUploadedUserSourceInfo = class
    interface INetCoreZipUploadedUserSourceInfo
    interface IJsonSerializable
    interface IUploadedUserSourceInfo
    interface IUserSourceInfo
    interface IValidates
Public Class NetCoreZipUploadedUserSourceInfo
Implements INetCoreZipUploadedUserSourceInfo, IValidates
Inheritance
NetCoreZipUploadedUserSourceInfo
Attributes
Implements

Constructors

NetCoreZipUploadedUserSourceInfo()

Creates an new NetCoreZipUploadedUserSourceInfo instance.

Properties

NetCoreMainEntryPath

The path to the .NET executable relative to zip root

RelativePath

Relative path of the storage which stores the source

RuntimeVersion

Runtime version of the .Net file

Type

Type of the source uploaded

Version

Version of the source

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetCoreZipUploadedUserSourceInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetCoreZipUploadedUserSourceInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.INetCoreZipUploadedUserSourceInfo.

FromJsonString(String)

Creates a new instance of NetCoreZipUploadedUserSourceInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetCoreZipUploadedUserSourceInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to