你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceSpecification 构造函数

定义

重载

ServiceSpecification()

初始化 ServiceSpecification 类的新实例。

ServiceSpecification(IList<MetricSpecifications>)

初始化 ServiceSpecification 类的新实例。

ServiceSpecification()

初始化 ServiceSpecification 类的新实例。

public ServiceSpecification ();
Public Sub New ()

适用于

ServiceSpecification(IList<MetricSpecifications>)

初始化 ServiceSpecification 类的新实例。

public ServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications> metricSpecifications = default);
new Microsoft.Azure.Management.HDInsight.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications> -> Microsoft.Azure.Management.HDInsight.Models.ServiceSpecification
Public Sub New (Optional metricSpecifications As IList(Of MetricSpecifications) = Nothing)

参数

metricSpecifications
IList<MetricSpecifications>

指标规范。

适用于