Interface ApplicationPackage.DefinitionStages.WithParentResource

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

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

    • withExistingApplication

      ApplicationPackage.DefinitionStages.WithCreate withExistingApplication(String resourceGroupName, String accountName, String applicationName)
      Specifies resourceGroupName, accountName, applicationName.
      Parameters:
      resourceGroupName - The name of the resource group that contains the Batch account.
      accountName - The name of the Batch account.
      applicationName - The name of the application. This must be unique within the account.
      Returns:
      the next definition stage.