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 WithCommandLineSetting withExistingApplicationGroup(String resourceGroupName, String applicationGroupName)

Specifies resourceGroupName, applicationGroupName.

Method Details

withExistingApplicationGroup

public abstract Application.DefinitionStages.WithCommandLineSetting withExistingApplicationGroup(String resourceGroupName, String applicationGroupName)

Specifies resourceGroupName, applicationGroupName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
applicationGroupName - The name of the application group.

Returns:

the next definition stage.

Applies to