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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 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:
- Cluster
Name string - The name of the cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Name string - The name of the cluster.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Name string - The name of the cluster.
- resource
Group 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.
- cluster
Name String - The name of the cluster.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listClusterStreamingJobs Result
The following output properties are available:
- Next
Link 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.
- Next
Link string - The URL to fetch the next set of streaming jobs.
- Value
[]Cluster
Job Response - A list of streaming jobs.
- next
Link String - The URL to fetch the next set of streaming jobs.
- value
List<Cluster
Job Response> - A list of streaming jobs.
- next
Link string - The URL to fetch the next set of streaming jobs.
- value
Cluster
Job Response[] - A list of streaming jobs.
- next_
link str - The URL to fetch the next set of streaming jobs.
- value
Sequence[Cluster
Job Response] - A list of streaming jobs.
- next
Link 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.
- Job
State string - 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.
- Job
State string - 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.
- job
State String - The current execution state of the streaming job.
- streaming
Units Integer - The number of streaming units that are used by the streaming job.
- id string
- Resource ID of the streaming job.
- job
State string - The current execution state of the streaming job.
- streaming
Units 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.
- job
State String - The current execution state of the streaming job.
- streaming
Units 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi