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