Class ApiFactory
An ApiFactory
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class ApiFactory : IApiFactory
Constructors
View SourceApiFactory(IServiceProvider)
Initializes a new instance of the ApiFactory class.
Declaration
public ApiFactory(IServiceProvider services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceProvider | services |
Properties
View SourceServices
The service provider
Declaration
public IServiceProvider Services { get; }
Property Value
| Type | Description |
|---|---|
| IServiceProvider |
Methods
View SourceCreate<IResult>()
A method to create an IApi of type IResult
Declaration
public IResult Create<IResult>() where IResult : IApi
Returns
| Type | Description |
|---|---|
| IResult |
Type Parameters
| Name | Description |
|---|---|
| IResult |