SourceUploadedUserSourceInfo 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 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>
type SourceUploadedUserSourceInfo = class
inherit AppPlatformUploadedUserSourceInfo
interface IJsonModel<SourceUploadedUserSourceInfo>
interface IPersistableModel<SourceUploadedUserSourceInfo>
Public Class SourceUploadedUserSourceInfo
Inherits AppPlatformUploadedUserSourceInfo
Implements IJsonModel(Of SourceUploadedUserSourceInfo), IPersistableModel(Of SourceUploadedUserSourceInfo)
- Inheritance
-
System.ObjectSourceUploadedUserSourceInfo
- Implements
-
System.ClientModel.Primitives.IJsonModel<SourceUploadedUserSourceInfo> System.ClientModel.Primitives.IPersistableModel<SourceUploadedUserSourceInfo> System.ClientModel.Primitives.IPersistableModel<T>
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) |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |