Interface ApiManagementGatewayResource.UpdateStages.WithBackend
- All Known Subinterfaces:
ApiManagementGatewayResource.Update
- Enclosing interface:
ApiManagementGatewayResource.UpdateStages
public static interface ApiManagementGatewayResource.UpdateStages.WithBackend
The stage of the ApiManagementGatewayResource update 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.
-