AnalysisData コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AnalysisData() |
AnalysisData クラスの新しいインスタンスを初期化します。 |
AnalysisData(String, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData) |
AnalysisData クラスの新しいインスタンスを初期化します。 |
AnalysisData()
AnalysisData クラスの新しいインスタンスを初期化します。
public AnalysisData ();
Public Sub New ()
適用対象
AnalysisData(String, DetectorDefinitionInner, IList<DiagnosticMetricSet>, IList<IList<NameValuePair>>, ResponseMetaData)
AnalysisData クラスの新しいインスタンスを初期化します。
public AnalysisData (string source = default, Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner detectorDefinition = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> metrics = default, System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> data = default, Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData detectorMetaData = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData : string * Microsoft.Azure.Management.AppService.Fluent.Models.DetectorDefinitionInner * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DiagnosticMetricSet> * System.Collections.Generic.IList<System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.NameValuePair>> * Microsoft.Azure.Management.AppService.Fluent.Models.ResponseMetaData -> Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData
Public Sub New (Optional source As String = Nothing, Optional detectorDefinition As DetectorDefinitionInner = Nothing, Optional metrics As IList(Of DiagnosticMetricSet) = Nothing, Optional data As IList(Of IList(Of NameValuePair)) = Nothing, Optional detectorMetaData As ResponseMetaData = Nothing)
パラメーター
- source
- String
Detector の名前
- detectorDefinition
- DetectorDefinitionInner
Detector の定義
- metrics
- IList<DiagnosticMetricSet>
ソース メトリック
- data
- IList<IList<NameValuePair>>
その他のソース データ
- detectorMetaData
- ResponseMetaData
Detector メタ データ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET