ServiceSpecification 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
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.