Interface GroupContract.DefinitionStages.WithParentResource
-
- All Known Subinterfaces:
GroupContract.Definition
,GroupContract.DefinitionStages.Blank
- Enclosing interface:
- GroupContract.DefinitionStages
public static interface GroupContract.DefinitionStages.WithParentResource
The stage of the GroupContract definition allowing to specify parent resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupContract.DefinitionStages.WithCreate
withExistingService(String resourceGroupName, String serviceName)
Specifies resourceGroupName, serviceName.
-
-
-
Method Detail
-
withExistingService
GroupContract.DefinitionStages.WithCreate withExistingService(String resourceGroupName, String serviceName)
Specifies resourceGroupName, serviceName.- Parameters:
resourceGroupName
- The name of the resource group.serviceName
- The name of the API Management service.- Returns:
- the next definition stage.
-
-