Share via


ApplicationPackage.DefinitionStages.WithParentResource Interface

public static interface ApplicationPackage.DefinitionStages.WithParentResource

The stage of the ApplicationPackage definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingApplication(String resourceGroupName, String accountName, String applicationName)

Specifies resourceGroupName, accountName, applicationName.

Method Details

withExistingApplication

public abstract 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.

Applies to