Interface Cluster.DefinitionStages.WithParentResource
- All Known Subinterfaces:
Cluster.Definition
- Enclosing interface:
Cluster.DefinitionStages
public static interface Cluster.DefinitionStages.WithParentResource
The stage of the Cluster definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingClusterpool(String resourceGroupName, String clusterPoolName) Specifies resourceGroupName, clusterPoolName.
-
Method Details
-
withExistingClusterpool
Cluster.DefinitionStages.WithCreate withExistingClusterpool(String resourceGroupName, String clusterPoolName) Specifies resourceGroupName, clusterPoolName.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.clusterPoolName- The name of the cluster pool.- Returns:
- the next definition stage.
-