Share via


ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

ServiceSpecification(IList<LogSpecification>, IList<MetricSpecification>)

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<LogSpecification>, IList<MetricSpecification>)

Initializes a new instance of the ServiceSpecification class.

public ServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LogSpecification> logSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.MetricSpecification> metricSpecifications = default);
new Microsoft.Azure.Management.Media.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LogSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.MetricSpecification> -> Microsoft.Azure.Management.Media.Models.ServiceSpecification
Public Sub New (Optional logSpecifications As IList(Of LogSpecification) = Nothing, Optional metricSpecifications As IList(Of MetricSpecification) = Nothing)

Parameters

logSpecifications
IList<LogSpecification>

List of log specifications.

metricSpecifications
IList<MetricSpecification>

List of metric specifications.

Applies to