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. The name is case insensitive.
accountName - A name for the Batch account which must be unique within the region. Batch account names must be between 3 and 24 characters in length and must use only numbers and lowercase letters. This name is used as part of the DNS name that is used to access the Batch service in the region in which the account is created. For example: http://accountname.region.batch.azure.com/.
applicationName - The name of the application. This must be unique within the account.

Returns:

the next definition stage.

Applies to