ServiceSpecification Constructors

Definition

Overloads

ServiceSpecification()

Initializes a new instance of the ServiceSpecification class.

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

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

Initializes a new instance of the ServiceSpecification class.

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

Parameters

metricSpecifications
IList<MetricSpecification>
logSpecifications
IList<LogSpecification>

Applies to