次の方法で共有


ContainerProbe コンストラクター

定義

オーバーロード

ContainerProbe()

ContainerProbe クラスの新しいインスタンスを初期化します。

ContainerProbe(ContainerExec, ContainerHttpGet, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

ContainerProbe クラスの新しいインスタンスを初期化します。

ContainerProbe()

ContainerProbe クラスの新しいインスタンスを初期化します。

public ContainerProbe ();
Public Sub New ()

適用対象

ContainerProbe(ContainerExec, ContainerHttpGet, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

ContainerProbe クラスの新しいインスタンスを初期化します。

public ContainerProbe (Microsoft.Azure.Management.ContainerInstance.Models.ContainerExec exec = default, Microsoft.Azure.Management.ContainerInstance.Models.ContainerHttpGet httpGet = default, int? initialDelaySeconds = default, int? periodSeconds = default, int? failureThreshold = default, int? successThreshold = default, int? timeoutSeconds = default);
new Microsoft.Azure.Management.ContainerInstance.Models.ContainerProbe : Microsoft.Azure.Management.ContainerInstance.Models.ContainerExec * Microsoft.Azure.Management.ContainerInstance.Models.ContainerHttpGet * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.ContainerInstance.Models.ContainerProbe
Public Sub New (Optional exec As ContainerExec = Nothing, Optional httpGet As ContainerHttpGet = Nothing, Optional initialDelaySeconds As Nullable(Of Integer) = Nothing, Optional periodSeconds As Nullable(Of Integer) = Nothing, Optional failureThreshold As Nullable(Of Integer) = Nothing, Optional successThreshold As Nullable(Of Integer) = Nothing, Optional timeoutSeconds As Nullable(Of Integer) = Nothing)

パラメーター

exec
ContainerExec

プローブする実行コマンド

httpGet
ContainerHttpGet

プローブする Http Get 設定

initialDelaySeconds
Nullable<Int32>

初期遅延秒数。

periodSeconds
Nullable<Int32>

期間の秒数。

failureThreshold
Nullable<Int32>

失敗のしきい値。

successThreshold
Nullable<Int32>

成功のしきい値。

timeoutSeconds
Nullable<Int32>

タイムアウト秒数。

適用対象