1. Packages
  2. Azure Native
  3. API Docs
  4. streamanalytics
  5. listClusterStreamingJobs
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.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.streamanalytics.listClusterStreamingJobs

Explore with Pulumi AI

azure-native logo
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.38.0 published on Monday, Apr 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:streamanalytics:listClusterStreamingJobs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    clusterName string
    The name of the cluster.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cluster_name str
    The name of the cluster.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    clusterName String
    The name of the cluster.
    resourceGroupName 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 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
    azure-native logo
    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.38.0 published on Monday, Apr 22, 2024 by Pulumi