Skip to content
DocsTry Aspire
DocsTry

Method

Enumnet8.0
📦 Aspire.Hosting.AWS v13.2.0
Provides the base class for enumerations.
namespace Aspire.Hosting.AWS.Lambda;
public enum Method
Any= 0
Get= 1
Post= 2
Put= 3
Delete= 4
Patch= 5
Head= 6
Options= 7