Interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithParentResource
- All Known Subinterfaces:
ApiManagementGatewayConfigConnectionResource.Definition,ApiManagementGatewayConfigConnectionResource.DefinitionStages.Blank
- Enclosing interface:
ApiManagementGatewayConfigConnectionResource.DefinitionStages
public static interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithParentResource
The stage of the ApiManagementGatewayConfigConnectionResource definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingGateway(String resourceGroupName, String gatewayName) Specifies resourceGroupName, gatewayName.
-
Method Details
-
withExistingGateway
ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate withExistingGateway(String resourceGroupName, String gatewayName) Specifies resourceGroupName, gatewayName.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.gatewayName- The name of the API Management gateway.- Returns:
- the next definition stage.
-