다음을 통해 공유


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

Name Description
NetCoreZipUploadedUserSourceInfo()

Creates an new NetCoreZipUploadedUserSourceInfo instance.

Properties

Name Description
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

Name Description
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