GetFunctionResult

data class GetFunctionResult(val azureApiVersion: String, val id: String, val name: String? = null, val properties: Either<AggregateFunctionPropertiesResponse, ScalarFunctionPropertiesResponse>, val type: String)

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

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String? = null, properties: Either<AggregateFunctionPropertiesResponse, ScalarFunctionPropertiesResponse>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val name: String? = null

Resource name

Link copied to clipboard

The properties that are associated with a function.

Link copied to clipboard

Resource type