Show / Hide Table of Contents

Class ApiFactory

An ApiFactory

Inheritance
object
ApiFactory
Implements
IApiFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class ApiFactory : IApiFactory

Constructors

View Source

ApiFactory(IServiceProvider)

Initializes a new instance of the ApiFactory class.

Declaration
public ApiFactory(IServiceProvider services)
Parameters
Type Name Description
IServiceProvider services

Properties

View Source

Services

The service provider

Declaration
public IServiceProvider Services { get; }
Property Value
Type Description
IServiceProvider

Methods

View Source

Create<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

Implements

IApiFactory

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.