getStreamingJob

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

Return

A streaming job object, containing all information associated with the named streaming job.

Parameters

argument

null


suspend fun getStreamingJob(expand: String? = null, jobName: String, resourceGroupName: String): GetStreamingJobResult

Return

A streaming job object, containing all information associated with the named streaming job.

Parameters

expand

The $expand OData query parameter. This is a comma-separated list of additional streaming job properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all streaming job properties other than 'inputs', 'transformation', 'outputs', and 'functions'.

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


Return

A streaming job object, containing all information associated with the named streaming job.

Parameters

argument

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

See also