次の方法で共有


ComputeNodeAddUserOptions.Timeout プロパティ

定義

サーバーが要求の処理に費やすことができる最大時間を秒単位で取得または設定します。 既定値は 30 秒です。

[Newtonsoft.Json.JsonIgnore]
public int? Timeout { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Timeout : Nullable<int> with get, set
Public Property Timeout As Nullable(Of Integer)

プロパティ値

実装

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象