Share via


ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification(IList<MetricSpecificationV1>)

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<MetricSpecificationV1>)

Initializes a new instance of the ServiceSpecification class.

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

Parameters

metricSpecifications
IList<MetricSpecificationV1>

Metric specification as defined by shoebox.

Applies to