Show / Hide Table of Contents

Interface IHost

An interface to the engine host running this plugin.

Namespace: Pulumi.Experimental.Provider
Assembly: Pulumi.dll
Syntax
public interface IHost

Methods

View Source

LogAsync(LogMessage)

Send a log message to the host.

Declaration
Task LogAsync(LogMessage message)
Parameters
Type Name Description
LogMessage message
Returns
Type Description
Task
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.