mirror of https://github.com/pulumi/pulumi.git
21 KiB
21 KiB
title: "doFoo" title_tag: "example.doFoo" meta_desc: "Documentation for the example.doFoo function with examples, input properties, output properties, and supporting types." layout: api no_edit_this_page: true
Using doFoo
function doFoo(args: DoFooArgs, opts?: InvokeOptions): Promise<DoFooResult>
def do_foo(foo: Optional[Foo] = None,
opts: Optional[InvokeOptions] = None) -> DoFooResult
func DoFoo(ctx *Context, args *DoFooArgs, opts ...InvokeOption) (*DoFooResult, error)
> Note: This function is named DoFoo
in the Go SDK.
public static class DoFoo
{
public static Task<DoFooResult> InvokeAsync(DoFooArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<DoFooResult> doFoo(DoFooArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: example:doFoo
arguments:
# arguments dictionary
The following arguments are supported:
doFoo Result
The following output properties are available:
Supporting Types
Foo
Package Details
- Repository
- example
- License