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.withFilters(List<String> filters) Set the filters property: To modify the request before sending it to the target endpoint, or the received response in app level.GatewayRouteConfigProperties.withOpenApi(GatewayRouteConfigOpenApiProperties openApi) Set the openApi property: OpenAPI properties of Spring Cloud Gateway route config.GatewayRouteConfigProperties.withPredicates(List<String> predicates) Set the predicates property: A number of conditions to evaluate a route for each request in app level.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`.GatewayRouteConfigProperties.withSsoEnabled(Boolean ssoEnabled) Set the ssoEnabled property: Enable Single Sign-On in app level.