Interface Pool.DefinitionStages.WithParentResource

All Known Subinterfaces:
Pool.Definition, Pool.DefinitionStages.Blank
Enclosing interface:
Pool.DefinitionStages

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

    • withExistingBatchAccount

      Pool.DefinitionStages.WithCreate withExistingBatchAccount(String resourceGroupName, String accountName)
      Specifies resourceGroupName, accountName.
      Parameters:
      resourceGroupName - The name of the resource group that contains the Batch account.
      accountName - The name of the Batch account.
      Returns:
      the next definition stage.