ServiceSpecification Constructors
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.
ServiceSpecification() |
Initializes a new instance of the ServiceSpecification class. |
ServiceSpecification(IList<LogSpecification>, IList<MetricSpecification>) |
Initializes a new instance of the ServiceSpecification class. |
Initializes a new instance of the ServiceSpecification class.
public ServiceSpecification();
Public Sub New ()
Applies to
Initializes a new instance of the ServiceSpecification class.
public ServiceSpecification(System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.LogSpecification> logSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.MetricSpecification> metricSpecifications = default);
new Microsoft.Azure.Management.Avs.Models.ServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.LogSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.MetricSpecification> -> Microsoft.Azure.Management.Avs.Models.ServiceSpecification
Public Sub New (Optional logSpecifications As IList(Of LogSpecification) = Nothing, Optional metricSpecifications As IList(Of MetricSpecification) = Nothing)
Parameters
- logSpecifications
- IList<LogSpecification>
Specifications of the Log for Azure Monitoring
- metricSpecifications
- IList<MetricSpecification>
Specifications of the Metrics for Azure Monitoring
Applies to
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: