Interface IApiFactory
An IApiFactory interface
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IApiFactory
Methods
View SourceCreate<IResult>()
A method to create an IApi of type IResult
Declaration
IResult Create<IResult>() where IResult : IApi
Returns
| Type | Description |
|---|---|
| IResult |
Type Parameters
| Name | Description |
|---|---|
| IResult |