次の方法で共有


ContainerProbe.InitialDelaySeconds プロパティ

定義

初期遅延秒数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="initialDelaySeconds")]
public int? InitialDelaySeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="initialDelaySeconds")>]
member this.InitialDelaySeconds : Nullable<int> with get, set
Public Property InitialDelaySeconds As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象