GetStreamingJobPlainArgs

data class GetStreamingJobPlainArgs(val expand: String? = null, val jobName: String, val resourceGroupName: String) : ConvertibleToJava<GetStreamingJobPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, jobName: String, resourceGroupName: String)

Properties

Link copied to clipboard
val expand: String? = null

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'.

Link copied to clipboard

The name of the streaming job.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Functions

Link copied to clipboard
open override fun toJava(): GetStreamingJobPlainArgs