Class InvokeOptions
Options to help control the behavior of Pulumi.IDeployment.InvokeAsync``1(System.String,Pulumi.InvokeArgs,Pulumi.InvokeOptions).
Inheritance
System.Object
InvokeOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class InvokeOptions
Properties
View SourceParent
An optional parent to use for default options for this invoke (e.g. the default provider to use).
Declaration
public Resource Parent { get; set; }
Property Value
Type | Description |
---|---|
Resource |
PluginDownloadURL
An optional URL, corresponding to the download URL of the provider plugin that should be used when performing this invoke.
Declaration
public string PluginDownloadURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Provider
An optional provider to use for this invocation. If no provider is supplied, the default provider for the invoked function's package will be used.
Declaration
public ProviderResource Provider { get; set; }
Property Value
Type | Description |
---|---|
ProviderResource |
Version
An optional version, corresponding to the version of the provider plugin that should be used when performing this invoke.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |