Partager via


ClusterJob Class

Definition

A streaming job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterJobTypeConverter))]
public class ClusterJob : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterJob
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.ClusterJobTypeConverter))>]
type ClusterJob = class
    interface IClusterJob
    interface IJsonSerializable
Public Class ClusterJob
Implements IClusterJob
Inheritance
ClusterJob
Attributes
Implements

Constructors

ClusterJob()

Creates an new ClusterJob instance.

Properties

Id

Resource ID of the streaming job.

JobState

The current execution state of the streaming job.

StreamingUnit

The number of streaming units that are used by the streaming job.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterJob.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterJob.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20200301Preview.IClusterJob.

FromJsonString(String)

Creates a new instance of ClusterJob, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterJob into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to