Interface ContainerApp.DefinitionStages.WithResourceGroup

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

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

    • withExistingResourceGroup

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