get Function
Gets details about the specified function. Uses Azure REST API version 2020-03-01. Other available API versions: 2016-03-01, 2021-10-01-preview.
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
function Name
The name of the function.
job Name
The name of the streaming job.
resource Group Name
The name of the resource group. The name is case insensitive.
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.