Skip to content

Latest commit

History

History
251 lines (197 loc) 路 11.1 KB

File metadata and controls

251 lines (197 loc) 路 11.1 KB

title: "funcWithEmptyOutputs" title_tag: "mypkg.funcWithEmptyOutputs" meta_desc: "Documentation for the mypkg.funcWithEmptyOutputs function with examples, input properties, output properties, and supporting types." layout: api no_edit_this_page: true

n/a

Using funcWithEmptyOutputs {#using}

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function funcWithEmptyOutputs(args: FuncWithEmptyOutputsArgs, opts?: InvokeOptions): Promise<FuncWithEmptyOutputsResult>
function funcWithEmptyOutputsOutput(args: FuncWithEmptyOutputsOutputArgs, opts?: InvokeOptions): Output<FuncWithEmptyOutputsResult>
def func_with_empty_outputs(name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> FuncWithEmptyOutputsResult
def func_with_empty_outputs_output(name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[FuncWithEmptyOutputsResult]
func FuncWithEmptyOutputs(ctx *Context, args *FuncWithEmptyOutputsArgs, opts ...InvokeOption) (*FuncWithEmptyOutputsResult, error)
func FuncWithEmptyOutputsOutput(ctx *Context, args *FuncWithEmptyOutputsOutputArgs, opts ...InvokeOption) FuncWithEmptyOutputsResultOutput

> Note: This function is named FuncWithEmptyOutputs in the Go SDK.

public static class FuncWithEmptyOutputs 
{
    public static Task<FuncWithEmptyOutputsResult> InvokeAsync(FuncWithEmptyOutputsArgs args, InvokeOptions? opts = null)
    public static Output<FuncWithEmptyOutputsResult> Invoke(FuncWithEmptyOutputsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<FuncWithEmptyOutputsResult> funcWithEmptyOutputs(FuncWithEmptyOutputsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
聽聽function: mypkg:funcWithEmptyOutputs
聽聽arguments:
聽聽聽聽# arguments dictionary

The following arguments are supported:

Name string

The Name of the FeatureGroup.

Name string

The Name of the FeatureGroup.

name String

The Name of the FeatureGroup.

name string

The Name of the FeatureGroup.

name str

The Name of the FeatureGroup.

name String

The Name of the FeatureGroup.

funcWithEmptyOutputs Result {#result}

The following output properties are available:

Package Details

Repository
License