MetricsSegmentInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MetricsSegmentInfo() |
Initialise une nouvelle instance de la classe MetricsSegmentInfo. |
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>) |
Initialise une nouvelle instance de la classe MetricsSegmentInfo. |
MetricsSegmentInfo()
- Source:
- MetricsSegmentInfo.cs
Initialise une nouvelle instance de la classe MetricsSegmentInfo.
public MetricsSegmentInfo ();
Public Sub New ()
S’applique à
MetricsSegmentInfo(IDictionary<String,Object>, Nullable<DateTime>, Nullable<DateTime>, IList<MetricsSegmentInfo>)
- Source:
- MetricsSegmentInfo.cs
Initialise une nouvelle instance de la classe MetricsSegmentInfo.
public MetricsSegmentInfo (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? start = default, DateTime? end = default, System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo> segments = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo> -> Microsoft.Azure.ApplicationInsights.Query.Models.MetricsSegmentInfo
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional start As Nullable(Of DateTime) = Nothing, Optional end As Nullable(Of DateTime) = Nothing, Optional segments As IList(Of MetricsSegmentInfo) = Nothing)
Paramètres
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
Heure de début du segment de métrique (uniquement lorsqu’un intervalle a été spécifié).
Heure de début du segment de métrique (uniquement lorsqu’un intervalle a été spécifié).
- segments
- IList<MetricsSegmentInfo>
Données de métriques segmentées (si elles sont segmentées davantage).
S’applique à
Azure SDK for .NET