Get Streaming Job Plain Args
data class GetStreamingJobPlainArgs(val expand: String? = null, val jobName: String, val resourceGroupName: String) : ConvertibleToJava<GetStreamingJobPlainArgs>
Constructors
Functions
Properties
Link copied to clipboard
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