Interface ProductApiLinkContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
ProductApiLinkContract.Definition,ProductApiLinkContract.DefinitionStages.Blank
- Enclosing interface:
ProductApiLinkContract.DefinitionStages
public static interface ProductApiLinkContract.DefinitionStages.WithParentResource
The stage of the ProductApiLinkContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingProduct(String resourceGroupName, String serviceName, String productId) Specifies resourceGroupName, serviceName, productId.
-
Method Details
-
withExistingProduct
ProductApiLinkContract.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.
-