AppPlatformGatewayRouteConfigProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
API route config of the Spring Cloud Gateway.
public class AppPlatformGatewayRouteConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformGatewayRouteConfigProperties>
public class AppPlatformGatewayRouteConfigProperties
type AppPlatformGatewayRouteConfigProperties = class
interface IJsonModel<AppPlatformGatewayRouteConfigProperties>
interface IPersistableModel<AppPlatformGatewayRouteConfigProperties>
type AppPlatformGatewayRouteConfigProperties = class
Public Class AppPlatformGatewayRouteConfigProperties
Implements IJsonModel(Of AppPlatformGatewayRouteConfigProperties), IPersistableModel(Of AppPlatformGatewayRouteConfigProperties)
Public Class AppPlatformGatewayRouteConfigProperties
- Inheritance
-
AppPlatformGatewayRouteConfigProperties
- Implements
Constructors
AppPlatformGatewayRouteConfigProperties() |
Initializes a new instance of AppPlatformGatewayRouteConfigProperties. |
Properties
AppResourceId |
The resource Id of the Azure Spring Apps app, required unless route defines |
OpenApiUri |
The URI of OpenAPI specification. |
Protocol |
Protocol of routed Azure Spring Apps applications. |
ProvisioningState |
State of the Spring Cloud Gateway route config. |
Routes |
Array of API routes, each route contains properties such as |
Explicit Interface Implementations
IJsonModel<AppPlatformGatewayRouteConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformGatewayRouteConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformGatewayRouteConfigProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformGatewayRouteConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformGatewayRouteConfigProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET