Interface Application.DefinitionStages.WithResourceGroup

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

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

    • withExistingResourceGroup

      Application.DefinitionStages.WithKind withExistingResourceGroup(String resourceGroupName)
      Specifies resourceGroupName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      Returns:
      the next definition stage.