Share via


ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification(IList<MetricSpecifications>)

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

public ServiceSpecification ();
Public Sub New ()

Applies to

ServiceSpecification(IList<MetricSpecifications>)

Initializes a new instance of the ServiceSpecification class.

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)

Parameters

metricSpecifications
IList<MetricSpecifications>

The metric specifications.

Applies to