Interface ApiManagementGatewayResource.DefinitionStages.WithConfigurationApi
- All Known Subinterfaces:
ApiManagementGatewayResource.Definition,ApiManagementGatewayResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayResource.DefinitionStages
public static interface ApiManagementGatewayResource.DefinitionStages.WithConfigurationApi
The stage of the ApiManagementGatewayResource definition allowing to specify configurationApi.
-
Method Summary
Modifier and TypeMethodDescriptionwithConfigurationApi(GatewayConfigurationApi configurationApi) Specifies the configurationApi property: Information regarding the Configuration API of the API Management gateway.
-
Method Details
-
withConfigurationApi
ApiManagementGatewayResource.DefinitionStages.WithCreate withConfigurationApi(GatewayConfigurationApi configurationApi) Specifies the configurationApi property: Information regarding the Configuration API of the API Management gateway. This is only applicable for API gateway with Standard SKU..- Parameters:
configurationApi- Information regarding the Configuration API of the API Management gateway. This is only applicable for API gateway with Standard SKU.- Returns:
- the next definition stage.
-