getFunction

Gets details about the specified function. API Version: 2016-03-01.

Return

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

Parameters

argument

null


suspend fun getFunction(functionName: String, jobName: String, resourceGroupName: String): GetFunctionResult

Return

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

Parameters

functionName

The name of the function.

jobName

The name of the streaming job.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

See also


suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult

Return

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

Parameters

argument

Builder for com.pulumi.azurenative.streamanalytics.kotlin.inputs.GetFunctionPlainArgs.

See also