Share via


AppPlatformSupportedBuildpackData Class

Definition

A class representing the AppPlatformSupportedBuildpack data model. Supported buildpack resource payload

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

Constructors

AppPlatformSupportedBuildpackData()

Initializes a new instance of AppPlatformSupportedBuildpackData.

Properties

SupportedBuildpackId

The id of supported buildpack.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformSupportedBuildpackData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformSupportedBuildpackData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided System.Text.Json.Utf8JsonWriter.

IPersistableModel<AppPlatformSupportedBuildpackData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformSupportedBuildpackData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformSupportedBuildpackData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to