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

Properties

Name

Name of the Service Registry instance.

Status

Status of the Service Registry instance.

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

IPersistableModel<AppPlatformServiceRegistryInstance>.Create(BinaryData, ModelReaderWriterOptions)

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

Applies to