Interface Application.DefinitionStages.WithParentResource

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

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

    • withExistingBatchAccount

      Application.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.