Show / Hide Table of Contents

Class InvokeOutputOptions

Options to help control the behavior of Invoke<T>(string, InvokeArgs, InvokeOutputOptions, RegisterPackageRequest).

Inheritance
object
InvokeOptions
InvokeOutputOptions
Inherited Members
InvokeOptions.Parent
InvokeOptions.Provider
InvokeOptions.Version
InvokeOptions.PluginDownloadURL
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class InvokeOutputOptions : InvokeOptions

Properties

View Source

DependsOn

Optional additional explicit dependencies on resources.

Declaration
public InputList<Resource> DependsOn { get; set; }
Property Value
Type Description
InputList<Resource>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.