Interface AgentPool.DefinitionStages.WithParentResource

All Known Subinterfaces:
AgentPool.Definition
Enclosing interface:
AgentPool.DefinitionStages

public static interface AgentPool.DefinitionStages.WithParentResource
The stage of the AgentPool definition allowing to specify parent resource.
  • Method Details

    • withExistingProvisionedCluster

      AgentPool.DefinitionStages.WithCreate withExistingProvisionedCluster(String resourceGroupName, String provisionedClustersName)
      Specifies resourceGroupName, provisionedClustersName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      provisionedClustersName - Parameter for the name of the provisioned cluster.
      Returns:
      the next definition stage.