Share via


SourceUploadedUserSourceInfo Class

Definition

Uploaded Java source code binary for a deployment.

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

Constructors

SourceUploadedUserSourceInfo()

Initializes a new instance of SourceUploadedUserSourceInfo.

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.

(Inherited from AppPlatformUploadedUserSourceInfo)
RuntimeVersion

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

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

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

Converts the provided BinaryData into a model.

IPersistableModel<SourceUploadedUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceUploadedUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to