Show / Hide Table of Contents

Interface IApiFactory

An IApiFactory interface

Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IApiFactory

Methods

View Source

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

Version 0.13.1

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