Share via


ClusterJob(ClusterJobProperties) Constructor

Definition

Initializes a new instance of ClusterJob.

public ClusterJob (Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties properties);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob : Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob
Public Sub New (properties As ClusterJobProperties)

Parameters

properties
ClusterJobProperties

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.

Exceptions

properties is null.

Applies to