1. Packages
  2. Azure Native v2
  3. API Docs
  4. streamanalytics
  5. listClusterStreamingJobs
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.streamanalytics.listClusterStreamingJobs

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Lists all of the streaming jobs in the given cluster. Azure REST API version: 2020-03-01.

Other available API versions: 2020-03-01-preview.

Using listClusterStreamingJobs

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listClusterStreamingJobs(args: ListClusterStreamingJobsArgs, opts?: InvokeOptions): Promise<ListClusterStreamingJobsResult>
function listClusterStreamingJobsOutput(args: ListClusterStreamingJobsOutputArgs, opts?: InvokeOptions): Output<ListClusterStreamingJobsResult>
Copy
def list_cluster_streaming_jobs(cluster_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> ListClusterStreamingJobsResult
def list_cluster_streaming_jobs_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[ListClusterStreamingJobsResult]
Copy
func ListClusterStreamingJobs(ctx *Context, args *ListClusterStreamingJobsArgs, opts ...InvokeOption) (*ListClusterStreamingJobsResult, error)
func ListClusterStreamingJobsOutput(ctx *Context, args *ListClusterStreamingJobsOutputArgs, opts ...InvokeOption) ListClusterStreamingJobsResultOutput
Copy

> Note: This function is named ListClusterStreamingJobs in the Go SDK.

public static class ListClusterStreamingJobs 
{
    public static Task<ListClusterStreamingJobsResult> InvokeAsync(ListClusterStreamingJobsArgs args, InvokeOptions? opts = null)
    public static Output<ListClusterStreamingJobsResult> Invoke(ListClusterStreamingJobsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListClusterStreamingJobsResult> listClusterStreamingJobs(ListClusterStreamingJobsArgs args, InvokeOptions options)
public static Output<ListClusterStreamingJobsResult> listClusterStreamingJobs(ListClusterStreamingJobsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:streamanalytics:listClusterStreamingJobs
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ClusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
clusterName
This property is required.
Changes to this property will trigger replacement.
string
The name of the cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
cluster_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the cluster.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
clusterName
This property is required.
Changes to this property will trigger replacement.
String
The name of the cluster.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

listClusterStreamingJobs Result

The following output properties are available:

NextLink string
The URL to fetch the next set of streaming jobs.
Value List<Pulumi.AzureNative.StreamAnalytics.Outputs.ClusterJobResponse>
A list of streaming jobs.
NextLink string
The URL to fetch the next set of streaming jobs.
Value []ClusterJobResponse
A list of streaming jobs.
nextLink String
The URL to fetch the next set of streaming jobs.
value List<ClusterJobResponse>
A list of streaming jobs.
nextLink string
The URL to fetch the next set of streaming jobs.
value ClusterJobResponse[]
A list of streaming jobs.
next_link str
The URL to fetch the next set of streaming jobs.
value Sequence[ClusterJobResponse]
A list of streaming jobs.
nextLink String
The URL to fetch the next set of streaming jobs.
value List<Property Map>
A list of streaming jobs.

Supporting Types

ClusterJobResponse

Id This property is required. string
Resource ID of the streaming job.
JobState This property is required. string
The current execution state of the streaming job.
StreamingUnits This property is required. int
The number of streaming units that are used by the streaming job.
Id This property is required. string
Resource ID of the streaming job.
JobState This property is required. string
The current execution state of the streaming job.
StreamingUnits This property is required. int
The number of streaming units that are used by the streaming job.
id This property is required. String
Resource ID of the streaming job.
jobState This property is required. String
The current execution state of the streaming job.
streamingUnits This property is required. Integer
The number of streaming units that are used by the streaming job.
id This property is required. string
Resource ID of the streaming job.
jobState This property is required. string
The current execution state of the streaming job.
streamingUnits This property is required. number
The number of streaming units that are used by the streaming job.
id This property is required. str
Resource ID of the streaming job.
job_state This property is required. str
The current execution state of the streaming job.
streaming_units This property is required. int
The number of streaming units that are used by the streaming job.
id This property is required. String
Resource ID of the streaming job.
jobState This property is required. String
The current execution state of the streaming job.
streamingUnits This property is required. Number
The number of streaming units that are used by the streaming job.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi