# Constants
DefaultRecipeName represents the default recipe name.
ResourceProvisioningManual is the scenario where the user manages the resource and provides values.
ResourceProvisioningRecipe is the scenario when Radius manages the lifecycle of the resource through a Recipe.
# Structs
No description provided by the author
RecipeContext Recipe template authors can leverage the RecipeContext parameter to access portable resource properties to generate name and properties that are unique for the resource calling the recipe.
No description provided by the author
RecipeProperties represents the information needed to deploy a recipe.
Resource contains the information needed to deploy a recipe.
ResourceInfo name and id of the resource.
ResourceRecipe is the recipe details used to automatically deploy underlying infrastructure for a resource.
ResourceReference represents a reference to a resource that was deployed by the user and specified as part of a portable resource.
No description provided by the author
# Type aliases
ResourceProvisioning specifies how the resource should be managed.