JarUploadedUserSourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Uploaded Jar binary for a deployment
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.JarUploadedUserSourceInfoTypeConverter))]
public class JarUploadedUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IJarUploadedUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.JarUploadedUserSourceInfoTypeConverter))>]
type JarUploadedUserSourceInfo = class
interface IJarUploadedUserSourceInfo
interface IJsonSerializable
interface IUploadedUserSourceInfo
interface IUserSourceInfo
interface IValidates
Public Class JarUploadedUserSourceInfo
Implements IJarUploadedUserSourceInfo, IValidates
- Inheritance
-
JarUploadedUserSourceInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| JarUploadedUserSourceInfo() |
Creates an new JarUploadedUserSourceInfo instance. |
Properties
| Name | Description |
|---|---|
| JvmOption |
JVM parameter |
| RelativePath |
Relative path of the storage which stores the source |
| RuntimeVersion |
Runtime version of the Jar file |
| Type |
Type of the source uploaded |
| Version |
Version of the source |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JarUploadedUserSourceInfo. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JarUploadedUserSourceInfo. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IJarUploadedUserSourceInfo. |
| FromJsonString(String) |
Creates a new instance of JarUploadedUserSourceInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of JarUploadedUserSourceInfo into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |