Interface ApiManagementGatewayResource.DefinitionStages.WithFrontend
- All Known Subinterfaces:
ApiManagementGatewayResource.Definition,ApiManagementGatewayResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayResource.DefinitionStages
public static interface ApiManagementGatewayResource.DefinitionStages.WithFrontend
The stage of the ApiManagementGatewayResource definition allowing to specify frontend.
-
Method Summary
Modifier and TypeMethodDescriptionwithFrontend(FrontendConfiguration frontend) Specifies the frontend property: Information regarding how the gateway should be exposed..
-
Method Details
-
withFrontend
ApiManagementGatewayResource.DefinitionStages.WithCreate withFrontend(FrontendConfiguration frontend) Specifies the frontend property: Information regarding how the gateway should be exposed..- Parameters:
frontend- Information regarding how the gateway should be exposed.- Returns:
- the next definition stage.
-