IWithMonitoringConfiguration.WithHttpsMonitoring メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithHttpsMonitoring() |
ポート 443 を使用して、パス '/' からの HTTPS 200 応答を定期的にチェックするエンドポイントに対して HTTPS 監視を使用するように指定します。 |
WithHttpsMonitoring(Int32, String) |
指定したポートを使用して、指定したパスからの HTTPS 200 応答を定期的にチェックするエンドポイントの HTTPS 監視を指定します。 |
WithHttpsMonitoring()
ポート 443 を使用して、パス '/' からの HTTPS 200 応答を定期的にチェックするエンドポイントに対して HTTPS 監視を使用するように指定します。
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithHttpsMonitoring ();
abstract member WithHttpsMonitoring : unit -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithHttpsMonitoring () As IUpdate
戻り値
適用対象
WithHttpsMonitoring(Int32, String)
指定したポートを使用して、指定したパスからの HTTPS 200 応答を定期的にチェックするエンドポイントの HTTPS 監視を指定します。
public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate WithHttpsMonitoring (int port, string path);
abstract member WithHttpsMonitoring : int * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate
Public Function WithHttpsMonitoring (port As Integer, path As String) As IUpdate
パラメーター
- port
- Int32
監視ポート。
- path
- String
監視パス。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET