Interface AuthConfig.DefinitionStages.WithParentResource

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

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

    • withExistingContainerApp

      AuthConfig.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.