Share via


AppPlatformGatewayInstance Class

Definition

Collection of instances belong to the Spring Cloud Gateway.

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

Properties

Name

Name of the Spring Cloud Gateway instance.

Status

Status of the Spring Cloud Gateway instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformGatewayInstance>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformGatewayInstance>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformGatewayInstance>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided System.BinaryData into a model.

IPersistableModel<AppPlatformGatewayInstance>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformGatewayInstance>.Write(ModelReaderWriterOptions)

Writes the model into a System.BinaryData.

Applies to