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