Share via


Application.DefinitionStages.WithParentResource Interface

public static interface Application.DefinitionStages.WithParentResource

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

Method Summary

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

Specifies resourceGroupName, accountName.

Method Details

withExistingBatchAccount

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

Applies to