Interface ApiManagementGatewayResource.DefinitionStages.WithBackend
- All Known Subinterfaces:
ApiManagementGatewayResource.Definition,ApiManagementGatewayResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayResource.DefinitionStages
public static interface ApiManagementGatewayResource.DefinitionStages.WithBackend
The stage of the ApiManagementGatewayResource definition allowing to specify backend.
-
Method Summary
Modifier and TypeMethodDescriptionwithBackend(BackendConfiguration backend) Specifies the backend property: Information regarding how the gateway should integrate with backend systems..
-
Method Details
-
withBackend
Specifies the backend property: Information regarding how the gateway should integrate with backend systems..- Parameters:
backend- Information regarding how the gateway should integrate with backend systems.- Returns:
- the next definition stage.
-