
LayerCustomRecipes
To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder.

C# |
public class Recipes

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Recipes()()()() | Initializes a new instance of the Recipes class |
![]() | Configure |
Gets and sets the property Configure.
An array of custom recipe names to be run following a |
![]() | Deploy |
Gets and sets the property Deploy.
An array of custom recipe names to be run following a |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Setup |
Gets and sets the property Setup.
An array of custom recipe names to be run following a |
![]() | Shutdown |
Gets and sets the property Shutdown.
An array of custom recipe names to be run following a |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Undeploy |
Gets and sets the property Undeploy.
An array of custom recipe names to be run following a |
![]() | WithConfigure(array<String>[]()[][]) | Obsolete.
Sets the Configure property
|
![]() | WithConfigure(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Configure property
|
![]() | WithDeploy(array<String>[]()[][]) | Obsolete.
Sets the Deploy property
|
![]() | WithDeploy(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Deploy property
|
![]() | WithSetup(array<String>[]()[][]) | Obsolete.
Sets the Setup property
|
![]() | WithSetup(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Setup property
|
![]() | WithShutdown(array<String>[]()[][]) | Obsolete.
Sets the Shutdown property
|
![]() | WithShutdown(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Shutdown property
|
![]() | WithUndeploy(array<String>[]()[][]) | Obsolete.
Sets the Undeploy property
|
![]() | WithUndeploy(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Undeploy property
|

Object | |
![]() | Recipes |