Class InvokeOutputOptions
Options to help control the behavior of Invoke<T>(string, InvokeArgs, InvokeOutputOptions, RegisterPackageRequest).
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class InvokeOutputOptions : InvokeOptions
Properties
View SourceDependsOn
Optional additional explicit dependencies on resources.
Declaration
public InputList<Resource> DependsOn { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<Resource> |