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