Share via


JarUploadedUserSourceInfo Class

Definition

Uploaded Jar binary for a deployment.

public class JarUploadedUserSourceInfo : Azure.ResourceManager.AppPlatform.Models.AppPlatformUploadedUserSourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.JarUploadedUserSourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.JarUploadedUserSourceInfo>
public class JarUploadedUserSourceInfo : Azure.ResourceManager.AppPlatform.Models.AppPlatformUploadedUserSourceInfo
type JarUploadedUserSourceInfo = class
    inherit AppPlatformUploadedUserSourceInfo
    interface IJsonModel<JarUploadedUserSourceInfo>
    interface IPersistableModel<JarUploadedUserSourceInfo>
type JarUploadedUserSourceInfo = class
    inherit AppPlatformUploadedUserSourceInfo
Public Class JarUploadedUserSourceInfo
Inherits AppPlatformUploadedUserSourceInfo
Implements IJsonModel(Of JarUploadedUserSourceInfo), IPersistableModel(Of JarUploadedUserSourceInfo)
Public Class JarUploadedUserSourceInfo
Inherits AppPlatformUploadedUserSourceInfo
Inheritance
Implements

Constructors

JarUploadedUserSourceInfo()

Initializes a new instance of JarUploadedUserSourceInfo.

Properties

JvmOptions

JVM parameter.

RelativePath

Relative path of the storage which stores the source.

(Inherited from AppPlatformUploadedUserSourceInfo)
RuntimeVersion

Runtime version of the Jar file.

Version

Version of the source.

(Inherited from AppPlatformUserSourceInfo)

Explicit Interface Implementations

IJsonModel<AppPlatformUploadedUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from AppPlatformUploadedUserSourceInfo)
IJsonModel<AppPlatformUploadedUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformUploadedUserSourceInfo)
IJsonModel<AppPlatformUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from AppPlatformUserSourceInfo)
IJsonModel<AppPlatformUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformUserSourceInfo)
IJsonModel<JarUploadedUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<JarUploadedUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformUploadedUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformUploadedUserSourceInfo)
IPersistableModel<AppPlatformUploadedUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from AppPlatformUploadedUserSourceInfo)
IPersistableModel<AppPlatformUploadedUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformUploadedUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<JarUploadedUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JarUploadedUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<JarUploadedUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to