AppPlatformBuilderData 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.
A class representing the AppPlatformBuilder data model. KPack Builder resource
public class AppPlatformBuilderData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.AppPlatformBuilderData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.AppPlatformBuilderData>
type AppPlatformBuilderData = class
inherit ResourceData
interface IJsonModel<AppPlatformBuilderData>
interface IPersistableModel<AppPlatformBuilderData>
Public Class AppPlatformBuilderData
Inherits ResourceData
Implements IJsonModel(Of AppPlatformBuilderData), IPersistableModel(Of AppPlatformBuilderData)
- Inheritance
-
Azure.ResourceManager.Models.ResourceDataAppPlatformBuilderData
- Implements
-
System.ClientModel.Primitives.IJsonModel<AppPlatformBuilderData> System.ClientModel.Primitives.IPersistableModel<AppPlatformBuilderData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
AppPlatformBuilderData() |
Initializes a new instance of AppPlatformBuilderData. |
Properties
Properties |
Property of the Builder resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AppPlatformBuilderData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformBuilderData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
IPersistableModel<AppPlatformBuilderData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
IPersistableModel<AppPlatformBuilderData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformBuilderData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |