Interface ApiManagementServiceResource.DefinitionStages.WithResourceGroup
- All Known Subinterfaces:
ApiManagementServiceResource.Definition
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithResourceGroup
The stage of the ApiManagementServiceResource definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.
-
Method Details
-
withExistingResourceGroup
ApiManagementServiceResource.DefinitionStages.WithSku withExistingResourceGroup(String resourceGroupName) Specifies resourceGroupName.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.- Returns:
- the next definition stage.
-