ContainerProbe コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 設定
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET