你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResourceMetricValue 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
ResourceMetricValue() | |
ResourceMetricValue(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, IList<ResourceMetricProperty>) |
ResourceMetricValue()
public ResourceMetricValue ();
Public Sub New ()
Applies to
ResourceMetricValue(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, IList<ResourceMetricProperty>)
public ResourceMetricValue (string timestamp = default, double? average = default, double? minimum = default, double? maximum = default, double? total = default, double? count = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResourceMetricProperty> properties = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResourceMetricValue : string * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResourceMetricProperty> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.ResourceMetricValue
Public Sub New (Optional timestamp As String = Nothing, Optional average As Nullable(Of Double) = Nothing, Optional minimum As Nullable(Of Double) = Nothing, Optional maximum As Nullable(Of Double) = Nothing, Optional total As Nullable(Of Double) = Nothing, Optional count As Nullable(Of Double) = Nothing, Optional properties As IList(Of ResourceMetricProperty) = Nothing)
Parameters
- timestamp
- String
- properties
- IList<ResourceMetricProperty>