Skip to content
Docs Try Aspire

APIGatewayExtensions Methods

Class Methods 2 members
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
AddAWSAPIGatewayEmulator(IDistributedApplicationBuilder, string, APIGatewayType, APIGatewayEmulatorOptions?) Section titled AddAWSAPIGatewayEmulator(IDistributedApplicationBuilder, string, APIGatewayType, APIGatewayEmulatorOptions?) extension IResourceBuilder<APIGatewayEmulatorResource>
public static class APIGatewayExtensions
{
public static IResourceBuilder<APIGatewayEmulatorResource> AddAWSAPIGatewayEmulator(
this IDistributedApplicationBuilder builder,
string name,
APIGatewayType apiGatewayType,
APIGatewayEmulatorOptions? options = null)
{
// ...
}
}
builder IDistributedApplicationBuilder
name string
apiGatewayType APIGatewayType
options APIGatewayEmulatorOptions? optional
WithReference(IResourceBuilder<APIGatewayEmulatorResource>, IResourceBuilder<LambdaProjectResource>, Method, string) Section titled WithReference(IResourceBuilder<APIGatewayEmulatorResource>, IResourceBuilder<LambdaProjectResource>, Method, string) extension IResourceBuilder<APIGatewayEmulatorResource>
public static class APIGatewayExtensions
{
public static IResourceBuilder<APIGatewayEmulatorResource> WithReference(
this IResourceBuilder<APIGatewayEmulatorResource> builder,
IResourceBuilder<LambdaProjectResource> lambda,
Method httpMethod,
string path)
{
// ...
}
}
builder IResourceBuilder<APIGatewayEmulatorResource>
lambda IResourceBuilder<LambdaProjectResource>
httpMethod Method
path string