你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SourceUploadedUserSourceInfoTypeConverter))]
public class SourceUploadedUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISourceUploadedUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.SourceUploadedUserSourceInfoTypeConverter))>]
type SourceUploadedUserSourceInfo = class
interface ISourceUploadedUserSourceInfo
interface IJsonSerializable
interface IUploadedUserSourceInfo
interface IUserSourceInfo
interface IValidates
Public Class SourceUploadedUserSourceInfo
Implements ISourceUploadedUserSourceInfo, IValidates
- Inheritance
-
SourceUploadedUserSourceInfo
- Attributes
- Implements
Constructors
SourceUploadedUserSourceInfo() |
Creates an new SourceUploadedUserSourceInfo instance. |
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 |
RuntimeVersion |
Runtime version of the source file |
Type |
Type of the source uploaded |
Version |
Version of the source |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SourceUploadedUserSourceInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SourceUploadedUserSourceInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ISourceUploadedUserSourceInfo. |
FromJsonString(String) |
Creates a new instance of SourceUploadedUserSourceInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SourceUploadedUserSourceInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |