Package version:

Interface GatewayRouteConfigProperties

API route config of the Spring Cloud Gateway

Hierarchy

  • GatewayRouteConfigProperties

Properties

appResourceId?: string

The resource Id of the Azure Spring Apps app, required unless route defines uri.

OpenAPI properties of Spring Cloud Gateway route config.

protocol?: string

Protocol of routed Azure Spring Apps applications.

provisioningState?: string

State of the Spring Cloud Gateway route config. NOTE: This property will not be serialized. It can only be populated by the server.

routes?: GatewayApiRoute[]

Array of API routes, each route contains properties such as title, uri, ssoEnabled, predicates, filters.

Generated using TypeDoc