Share via


NetCoreZipUploadedUserSourceInfo Class

Definition

Uploaded Jar binary for a deployment.

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

Constructors

NetCoreZipUploadedUserSourceInfo()

Initializes a new instance of NetCoreZipUploadedUserSourceInfo.

Properties

NetCoreMainEntryPath

The path to the .NET executable relative to zip root.

RelativePath

Relative path of the storage which stores the source.

(Inherited from AppPlatformUploadedUserSourceInfo)
RuntimeVersion

Runtime version of the .Net 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<NetCoreZipUploadedUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetCoreZipUploadedUserSourceInfo>.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<NetCoreZipUploadedUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetCoreZipUploadedUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetCoreZipUploadedUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to