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

Properties

Name

Name of the Spring Cloud Gateway instance.

Status

Status of the Spring Cloud Gateway instance.

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

IPersistableModel<AppPlatformGatewayInstance>.Create(BinaryData, ModelReaderWriterOptions)

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

Applies to