Interface DaprComponent.DefinitionStages.WithParentResource

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

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

    • withExistingManagedEnvironment

      DaprComponent.DefinitionStages.WithCreate withExistingManagedEnvironment(String resourceGroupName, String environmentName)
      Specifies resourceGroupName, environmentName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      environmentName - Name of the Managed Environment.
      Returns:
      the next definition stage.