次の方法で共有


ArmHDInsightContainersModelFactory.ClusterJob メソッド

定義

ClusterJob の新しいインスタンスを初期化します。

public static Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob ClusterJob (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties properties = default);
static member ClusterJob : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.HDInsight.Containers.Models.ClusterJobProperties -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterJob
Public Shared Function ClusterJob (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As ClusterJobProperties = Nothing) As ClusterJob

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

properties
ClusterJobProperties

クラスター ジョブのプロパティ。 基底クラスであることに注意 ClusterJobProperties してください。 シナリオによると、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 が含まれます FlinkJobProperties(String, String, String, String, String, String, Nullable<FlinkJobAction>, IDictionary<String,String>, String, String, String, String, String)

戻り値

モック作成用の新しい ClusterJob インスタンス。

適用対象