Interface SourceControl.DefinitionStages.WithParentResource

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

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

    • withExistingContainerApp

      SourceControl.DefinitionStages.WithCreate withExistingContainerApp(String resourceGroupName, String containerAppName)
      Specifies resourceGroupName, containerAppName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      containerAppName - Name of the Container App.
      Returns:
      the next definition stage.