Share via


SourceUploadedUserSourceInfo Class

Definition

Uploaded Java source code binary for a deployment

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

Constructors

SourceUploadedUserSourceInfo()

Creates an new SourceUploadedUserSourceInfo instance.

Properties

ArtifactSelector

Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.

RelativePath

Relative path of the storage which stores the source

RuntimeVersion

Runtime version of the source file

Type

Type of the source uploaded

Version

Version of the source

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SourceUploadedUserSourceInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SourceUploadedUserSourceInfo.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SourceUploadedUserSourceInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to