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