Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayRouteConfigProperties
Packages that use GatewayRouteConfigProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayRouteConfigProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return GatewayRouteConfigPropertiesModifier and TypeMethodDescriptionGatewayRouteConfigResourceInner.properties()Get the properties property: API route config of the Spring Cloud Gateway.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type GatewayRouteConfigPropertiesModifier and TypeMethodDescriptionGatewayRouteConfigResourceInner.withProperties(GatewayRouteConfigProperties properties) Set the properties property: API route config of the Spring Cloud Gateway. -
Uses of GatewayRouteConfigProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayRouteConfigPropertiesModifier and TypeMethodDescriptionGatewayRouteConfigProperties.withAppResourceId(String appResourceId) Set the appResourceId property: The resource Id of the Azure Spring Apps app, required unless route defines `uri`.GatewayRouteConfigProperties.withOpenApi(GatewayRouteConfigOpenApiProperties openApi) Set the openApi property: OpenAPI properties of Spring Cloud Gateway route config.GatewayRouteConfigProperties.withProtocol(GatewayRouteConfigProtocol protocol) Set the protocol property: Protocol of routed Azure Spring Apps applications.GatewayRouteConfigProperties.withRoutes(List<GatewayApiRoute> routes) Set the routes property: Array of API routes, each route contains properties such as `title`, `uri`, `ssoEnabled`, `predicates`, `filters`.