ServiceSpecification Constructors

Definition

Overloads

Name Description
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.SignalR.Models.MetricSpecification> metricSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.LogSpecification> logSpecifications = default);
new Microsoft.Azure.Management.SignalR.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.MetricSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.LogSpecification> -> Microsoft.Azure.Management.SignalR.Models.ServiceSpecification
Public Sub New (Optional metricSpecifications As IList(Of MetricSpecification) = Nothing, Optional logSpecifications As IList(Of LogSpecification) = Nothing)

Parameters

metricSpecifications
IList<MetricSpecification>

Specifications of the Metrics for Azure Monitoring.

logSpecifications
IList<LogSpecification>

Specifications of the Logs for Azure Monitoring.

Applies to