BuildResultUserSourceInfo 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.
Reference to a build result
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildResultUserSourceInfoTypeConverter))]
public class BuildResultUserSourceInfo : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildResultUserSourceInfo, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildResultUserSourceInfoTypeConverter))>]
type BuildResultUserSourceInfo = class
interface IBuildResultUserSourceInfo
interface IJsonSerializable
interface IUserSourceInfo
interface IValidates
Public Class BuildResultUserSourceInfo
Implements IBuildResultUserSourceInfo, IValidates
- Inheritance
-
BuildResultUserSourceInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BuildResultUserSourceInfo() |
Creates an new BuildResultUserSourceInfo instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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.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. |