你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BuildResultUserSourceInfo Class

Definition

Reference to a build result

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultUserSourceInfoTypeConverter))]
public class BuildResultUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResultUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultUserSourceInfoTypeConverter))>]
type BuildResultUserSourceInfo = class
    interface IBuildResultUserSourceInfo
    interface IJsonSerializable
    interface IUserSourceInfo
    interface IValidates
Public Class BuildResultUserSourceInfo
Implements IBuildResultUserSourceInfo, IValidates
Inheritance
BuildResultUserSourceInfo
Attributes
Implements

Constructors

BuildResultUserSourceInfo()

Creates an new BuildResultUserSourceInfo instance.

Properties

BuildResultId

Resource id of an existing succeeded build result under the same Spring instance.

Type

Type of the source uploaded

Version

Version of the source

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildResultUserSourceInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildResultUserSourceInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResultUserSourceInfo.

FromJsonString(String)

Creates a new instance of BuildResultUserSourceInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildResultUserSourceInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to