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>
public class AppPlatformConfigurationServiceInstance
type AppPlatformConfigurationServiceInstance = class
    interface IJsonModel<AppPlatformConfigurationServiceInstance>
    interface IPersistableModel<AppPlatformConfigurationServiceInstance>
type AppPlatformConfigurationServiceInstance = class
Public Class AppPlatformConfigurationServiceInstance
Implements IJsonModel(Of AppPlatformConfigurationServiceInstance), IPersistableModel(Of AppPlatformConfigurationServiceInstance)
Public Class AppPlatformConfigurationServiceInstance
Inheritance
AppPlatformConfigurationServiceInstance
Implements

Properties

Name

Name of the Application Configuration Service instance.

Status

Status of the Application Configuration Service instance.

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 Utf8JsonWriter.

IPersistableModel<AppPlatformConfigurationServiceInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided 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 BinaryData.

Applies to