Metrics Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Metrics() | |
Metrics(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<MetricAggregationType>, MetricName, IList<MetricDimension>, Nullable<MetricUnit>, String, IList<MetricData>) |
Metrics()
public Metrics();
Public Sub New ()
Applies to
Metrics(String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<MetricAggregationType>, MetricName, IList<MetricDimension>, Nullable<MetricUnit>, String, IList<MetricData>)
public Metrics(string resourceId = default, DateTime? startTime = default, DateTime? endTime = default, string timeGrain = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricAggregationType? primaryAggregation = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricName name = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricDimension> dimensions = default, Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricUnit? unit = default, string type = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricData> values = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.Metrics : string * Nullable<DateTime> * Nullable<DateTime> * string * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricAggregationType> * Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricName * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricDimension> * Nullable<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricUnit> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple.Fluent.Models.MetricData> -> Microsoft.Azure.Management.StorSimple.Fluent.Models.Metrics
Public Sub New (Optional resourceId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional timeGrain As String = Nothing, Optional primaryAggregation As Nullable(Of MetricAggregationType) = Nothing, Optional name As MetricName = Nothing, Optional dimensions As IList(Of MetricDimension) = Nothing, Optional unit As Nullable(Of MetricUnit) = Nothing, Optional type As String = Nothing, Optional values As IList(Of MetricData) = Nothing)
Parameters
- resourceId
- String
- timeGrain
- String
- primaryAggregation
- Nullable<MetricAggregationType>
- name
- MetricName
- dimensions
- IList<MetricDimension>
- unit
- Nullable<MetricUnit>
- type
- String
- values
- IList<MetricData>
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET