次の方法で共有


HDInsightOnDemandLinkedService.TimeToLive プロパティ

定義

オンデマンド HDInsight クラスターで許可されるアイドル時間を取得または設定します。 他のアクティブなジョブがクラスターにない場合、アクティビティ実行の完了後にオンデマンド HDInsight クラスターが起動状態を維持する時間を指定します。 最小値は 5 分です。 型: string (または resultType 文字列を含む式)。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeToLive")]
public object TimeToLive { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.timeToLive")>]
member this.TimeToLive : obj with get, set
Public Property TimeToLive As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象