ClusterJobProperties Class

Definition

Properties of cluster job. Please note ClusterJobProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FlinkJobProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterJobProperties))]
public abstract class ClusterJobProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.HDInsight.Containers.Models.UnknownClusterJobProperties))>]
type ClusterJobProperties = class
    interface IJsonModel<ClusterJobProperties>
    interface IPersistableModel<ClusterJobProperties>
Public MustInherit Class ClusterJobProperties
Implements IJsonModel(Of ClusterJobProperties), IPersistableModel(Of ClusterJobProperties)
Inheritance
ClusterJobProperties
Derived
Attributes
Implements

Constructors

ClusterJobProperties()

Initializes a new instance of ClusterJobProperties.

Explicit Interface Implementations

IJsonModel<ClusterJobProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ClusterJobProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterJobProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterJobProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ClusterJobProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to