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