MonitorConfig コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MonitorConfig() |
MonitorConfig クラスの新しいインスタンスを初期化します。 |
MonitorConfig(String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<MonitorConfigCustomHeadersItem>, IList<MonitorConfigExpectedStatusCodeRangesItem>) |
MonitorConfig クラスの新しいインスタンスを初期化します。 |
MonitorConfig()
MonitorConfig クラスの新しいインスタンスを初期化します。
public MonitorConfig ();
Public Sub New ()
適用対象
MonitorConfig(String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<MonitorConfigCustomHeadersItem>, IList<MonitorConfigExpectedStatusCodeRangesItem>)
MonitorConfig クラスの新しいインスタンスを初期化します。
public MonitorConfig (string profileMonitorStatus = default, string protocol = default, long? port = default, string path = default, long? intervalInSeconds = default, long? timeoutInSeconds = default, long? toleratedNumberOfFailures = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfigCustomHeadersItem> customHeaders = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfigExpectedStatusCodeRangesItem> expectedStatusCodeRanges = default);
new Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfig : string * string * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfigCustomHeadersItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfigExpectedStatusCodeRangesItem> -> Microsoft.Azure.Management.TrafficManager.Fluent.Models.MonitorConfig
Public Sub New (Optional profileMonitorStatus As String = Nothing, Optional protocol As String = Nothing, Optional port As Nullable(Of Long) = Nothing, Optional path As String = Nothing, Optional intervalInSeconds As Nullable(Of Long) = Nothing, Optional timeoutInSeconds As Nullable(Of Long) = Nothing, Optional toleratedNumberOfFailures As Nullable(Of Long) = Nothing, Optional customHeaders As IList(Of MonitorConfigCustomHeadersItem) = Nothing, Optional expectedStatusCodeRanges As IList(Of MonitorConfigExpectedStatusCodeRangesItem) = Nothing)
パラメーター
- profileMonitorStatus
- String
Traffic Manager プロファイルのプロファイル レベルの監視状態。 使用可能な値は、'CheckingEndpoints'、'Online'、'Degraded'、'Disabled'、'Inactive' です。
- protocol
- String
エンドポイントの正常性のプローブに使用されるプロトコル (HTTP、HTTPS、または TCP)。 使用できる値は、'HTTP'、'HTTPS'、'TCP' です。
- path
- String
エンドポイントの正常性のプローブに使用されるエンドポイント ドメイン名に対する相対パス。
このプロファイル内のエンドポイントの監視間隔。 これは、Traffic Manager がこのプロファイル内の各エンドポイントの正常性をチェックする間隔です。
このプロファイル内のエンドポイントのモニター タイムアウト。 これは、Traffic Manager によって、このプロファイル内のエンドポイントが正常性チェックへの応答を許可する時間です。
このプロファイルでエンドポイントを宣言する前に Traffic Manager が許容する連続した失敗した正常性チェックの数は、次に失敗した正常性チェック後に低下します。
- customHeaders
- IList<MonitorConfigCustomHeadersItem>
カスタム ヘッダーの一覧。
- expectedStatusCodeRanges
- IList<MonitorConfigExpectedStatusCodeRangesItem>
予期される状態コード範囲の一覧。
適用対象
Azure SDK for .NET