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