Share via


AppPlatformConfigServerData Class

Definition

A class representing the AppPlatformConfigServer data model. Config Server resource

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

Constructors

AppPlatformConfigServerData()

Initializes a new instance of AppPlatformConfigServerData.

Properties

Properties

Properties of the Config Server resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformConfigServerData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigServerData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigServerData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformConfigServerData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigServerData>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to