Share via


AppPlatformConfigurationServiceInstance Class

Definition

Collection of instances belong to the Application Configuration Service.

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

Properties

Name

Name of the Application Configuration Service instance.

Status

Status of the Application Configuration Service instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformConfigurationServiceInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformConfigurationServiceInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigurationServiceInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformConfigurationServiceInstance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformConfigurationServiceInstance>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to