Interface Application.DefinitionStages.WithParentResource

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

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

    • withExistingApplicationGroup

      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.