Uses of Class
com.azure.resourcemanager.appplatform.models.GatewayApiRoute
Packages that use GatewayApiRoute
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GatewayApiRoute in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return GatewayApiRouteModifier and TypeMethodDescriptionGatewayApiRoute.withDescription(String description) Set the description property: A description, will be applied to methods in the generated OpenAPI documentation.GatewayApiRoute.withFilters(List<String> filters) Set the filters property: To modify the request before sending it to the target endpoint, or the received response.Set the order property: Route processing order.GatewayApiRoute.withPredicates(List<String> predicates) Set the predicates property: A number of conditions to evaluate a route for each request.GatewayApiRoute.withSsoEnabled(Boolean ssoEnabled) Set the ssoEnabled property: Enable sso validation.Set the tags property: Classification tags, will be applied to methods in the generated OpenAPI documentation.Set the title property: A title, will be applied to methods in the generated OpenAPI documentation.GatewayApiRoute.withTokenRelay(Boolean tokenRelay) Set the tokenRelay property: Pass currently-authenticated user's identity token to application service, default is 'false'.Set the uri property: Full uri, will override `appName`.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type GatewayApiRouteModifier and TypeMethodDescriptionGatewayRouteConfigProperties.routes()Get the routes property: Array of API routes, each route contains properties such as `title`, `uri`, `ssoEnabled`, `predicates`, `filters`.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type GatewayApiRouteModifier and TypeMethodDescriptionGatewayRouteConfigProperties.withRoutes(List<GatewayApiRoute> routes) Set the routes property: Array of API routes, each route contains properties such as `title`, `uri`, `ssoEnabled`, `predicates`, `filters`.