Interface ProductGroupLinkContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
ProductGroupLinkContract.Definition,ProductGroupLinkContract.DefinitionStages.Blank
- Enclosing interface:
ProductGroupLinkContract.DefinitionStages
public static interface ProductGroupLinkContract.DefinitionStages.WithParentResource
The stage of the ProductGroupLinkContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingProduct(String resourceGroupName, String serviceName, String productId) Specifies resourceGroupName, serviceName, productId.
-
Method Details
-
withExistingProduct
ProductGroupLinkContract.DefinitionStages.WithCreate withExistingProduct(String resourceGroupName, String serviceName, String productId) Specifies resourceGroupName, serviceName, productId.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.productId- Product identifier. Must be unique in the current API Management service instance.- Returns:
- the next definition stage.
-