Share via


AppPlatformBuildResultUserSourceInfo Class

Definition

Reference to a build result.

public class AppPlatformBuildResultUserSourceInfo : Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultUserSourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultUserSourceInfo>
public class AppPlatformBuildResultUserSourceInfo : Azure.ResourceManager.AppPlatform.Models.AppPlatformUserSourceInfo
type AppPlatformBuildResultUserSourceInfo = class
    inherit AppPlatformUserSourceInfo
    interface IJsonModel<AppPlatformBuildResultUserSourceInfo>
    interface IPersistableModel<AppPlatformBuildResultUserSourceInfo>
type AppPlatformBuildResultUserSourceInfo = class
    inherit AppPlatformUserSourceInfo
Public Class AppPlatformBuildResultUserSourceInfo
Inherits AppPlatformUserSourceInfo
Implements IJsonModel(Of AppPlatformBuildResultUserSourceInfo), IPersistableModel(Of AppPlatformBuildResultUserSourceInfo)
Public Class AppPlatformBuildResultUserSourceInfo
Inherits AppPlatformUserSourceInfo
Inheritance
AppPlatformBuildResultUserSourceInfo
Implements

Constructors

AppPlatformBuildResultUserSourceInfo()

Initializes a new instance of AppPlatformBuildResultUserSourceInfo.

Properties

BuildResultId

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

Version

Version of the source.

(Inherited from AppPlatformUserSourceInfo)

Explicit Interface Implementations

IJsonModel<AppPlatformBuildResultUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformBuildResultUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AppPlatformUserSourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from AppPlatformUserSourceInfo)
IJsonModel<AppPlatformUserSourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformBuildResultUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildResultUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformBuildResultUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AppPlatformUserSourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from AppPlatformUserSourceInfo)
IPersistableModel<AppPlatformUserSourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformUserSourceInfo)

Applies to