Share via


AppPlatformServiceRegistryInstance Class

Definition

Collection of instances belong to the Service Registry.

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

Properties

Name

Name of the Service Registry instance.

Status

Status of the Service Registry instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformServiceRegistryInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformServiceRegistryInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformServiceRegistryInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformServiceRegistryInstance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformServiceRegistryInstance>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to