다음을 통해 공유


BuildResultLog Class

Definition

Build result log resource properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultLogTypeConverter))]
public class BuildResultLog : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResultLog
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultLogTypeConverter))>]
type BuildResultLog = class
    interface IBuildResultLog
    interface IJsonSerializable
Public Class BuildResultLog
Implements IBuildResultLog
Inheritance
BuildResultLog
Attributes
Implements

Constructors

Name Description
BuildResultLog()

Creates an new BuildResultLog instance.

Properties

Name Description
BlobUrl

The public download URL of this build result log

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildResultLog.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildResultLog.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildResultLog into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to