DiagnosticDetectorResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DiagnosticDetectorResponse() |
DiagnosticDetectorResponse クラスの新しいインスタンスを初期化します。 |
DiagnosticDetectorResponse(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinition, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData) |
DiagnosticDetectorResponse クラスの新しいインスタンスを初期化します。 |
DiagnosticDetectorResponse()
DiagnosticDetectorResponse クラスの新しいインスタンスを初期化します。
public DiagnosticDetectorResponse ();
Public Sub New ()
適用対象
DiagnosticDetectorResponse(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, DetectorDefinition, IList<DiagnosticMetricSet>, IList<DetectorAbnormalTimePeriod>, IList<IList<NameValuePair>>, ResponseMetaData)
DiagnosticDetectorResponse クラスの新しいインスタンスを初期化します。
public DiagnosticDetectorResponse (string id = default, string name = default, string kind = default, string type = default, DateTime? startTime = default, DateTime? endTime = default, bool? issueDetected = default, Microsoft.Azure.Management.WebSites.Models.DetectorDefinition detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> abnormalTimePeriods = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> data = default, Microsoft.Azure.Management.WebSites.Models.ResponseMetaData responseMetaData = default);
new Microsoft.Azure.Management.WebSites.Models.DiagnosticDetectorResponse : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.DetectorDefinition * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DetectorAbnormalTimePeriod> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.NameValuePair>> * Microsoft.Azure.Management.WebSites.Models.ResponseMetaData -> Microsoft.Azure.Management.WebSites.Models.DiagnosticDetectorResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional issueDetected As Nullable(Of Boolean) = Nothing, Optional detectorDefinition As DetectorDefinition = Nothing, Optional metrics As IList(Of DiagnosticMetricSet) = Nothing, Optional abnormalTimePeriods As IList(Of DetectorAbnormalTimePeriod) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional responseMetaData As ResponseMetaData = Nothing)
パラメーター
- id
- String
リソース ID。
- name
- String
リソース名。
- kind
- String
リソースの種類。
- type
- String
リソースの種類。
- detectorDefinition
- DetectorDefinition
Detector の定義
- metrics
- IList<DiagnosticMetricSet>
検出機能によって提供されるメトリック
- abnormalTimePeriods
- IList<DetectorAbnormalTimePeriod>
検出機能によって検出された相関イベントの一覧
- data
- IList<IList<NameValuePair>>
検出機能が送信する追加データ。
- responseMetaData
- ResponseMetaData
メタデータ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET