Interface GatewayHostnameConfigurationContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
GatewayHostnameConfigurationContract.Definition,GatewayHostnameConfigurationContract.DefinitionStages.Blank
- Enclosing interface:
GatewayHostnameConfigurationContract.DefinitionStages
public static interface GatewayHostnameConfigurationContract.DefinitionStages.WithParentResource
The stage of the GatewayHostnameConfigurationContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingGateway(String resourceGroupName, String serviceName, String gatewayId) Specifies resourceGroupName, serviceName, gatewayId.
-
Method Details
-
withExistingGateway
GatewayHostnameConfigurationContract.DefinitionStages.WithCreate withExistingGateway(String resourceGroupName, String serviceName, String gatewayId) Specifies resourceGroupName, serviceName, gatewayId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.gatewayId- Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'.- Returns:
- the next definition stage.
-