This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.streamanalytics.listClusterStreamingJobs
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 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>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]func ListClusterStreamingJobs(ctx *Context, args *ListClusterStreamingJobsArgs, opts ...InvokeOption) (*ListClusterStreamingJobsResult, error)
func ListClusterStreamingJobsOutput(ctx *Context, args *ListClusterStreamingJobsOutputArgs, opts ...InvokeOption) ListClusterStreamingJobsResultOutput> 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)
}public static CompletableFuture<ListClusterStreamingJobsResult> listClusterStreamingJobs(ListClusterStreamingJobsArgs args, InvokeOptions options)
public static Output<ListClusterStreamingJobsResult> listClusterStreamingJobs(ListClusterStreamingJobsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:streamanalytics:listClusterStreamingJobs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClusterName string
- The name of the cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ClusterName string
- The name of the cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- clusterName string
- The name of the cluster.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- cluster_name str
- The name of the cluster.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- clusterName String
- The name of the cluster.
- resourceGroup StringName 
- 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.Azure Native. Stream Analytics. Outputs. Cluster Job Response> 
- A list of streaming jobs.
- NextLink string
- The URL to fetch the next set of streaming jobs.
- Value
[]ClusterJob Response 
- A list of streaming jobs.
- nextLink String
- The URL to fetch the next set of streaming jobs.
- value
List<ClusterJob Response> 
- A list of streaming jobs.
- nextLink string
- The URL to fetch the next set of streaming jobs.
- value
ClusterJob Response[] 
- A list of streaming jobs.
- next_link str
- The URL to fetch the next set of streaming jobs.
- value
Sequence[ClusterJob Response] 
- 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 string
- Resource ID of the streaming job.
- JobState string
- The current execution state of the streaming job.
- StreamingUnits int
- The number of streaming units that are used by the streaming job.
- Id string
- Resource ID of the streaming job.
- JobState string
- The current execution state of the streaming job.
- StreamingUnits int
- The number of streaming units that are used by the streaming job.
- id String
- Resource ID of the streaming job.
- jobState String
- The current execution state of the streaming job.
- streamingUnits Integer
- The number of streaming units that are used by the streaming job.
- id string
- Resource ID of the streaming job.
- jobState string
- The current execution state of the streaming job.
- streamingUnits number
- The number of streaming units that are used by the streaming job.
- id str
- Resource ID of the streaming job.
- job_state str
- The current execution state of the streaming job.
- streaming_units int
- The number of streaming units that are used by the streaming job.
- id String
- Resource ID of the streaming job.
- jobState String
- The current execution state of the streaming job.
- streamingUnits Number
- The number of streaming units that are used by the streaming job.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi