OperationMetaServiceSpecification 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
OperationMetaServiceSpecification() |
Initializes a new instance of the OperationMetaServiceSpecification class. |
OperationMetaServiceSpecification(IList<OperationMetaMetricSpecification>, IList<OperationMetaLogSpecification>) |
Initializes a new instance of the OperationMetaServiceSpecification class. |
OperationMetaServiceSpecification()
Initializes a new instance of the OperationMetaServiceSpecification class.
public OperationMetaServiceSpecification ();
Public Sub New ()
Applies to
OperationMetaServiceSpecification(IList<OperationMetaMetricSpecification>, IList<OperationMetaLogSpecification>)
Initializes a new instance of the OperationMetaServiceSpecification class.
public OperationMetaServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.OperationMetaMetricSpecification> metricSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.OperationMetaLogSpecification> logSpecifications = default);
new Microsoft.Azure.Management.Synapse.Models.OperationMetaServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.OperationMetaMetricSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.Synapse.Models.OperationMetaLogSpecification> -> Microsoft.Azure.Management.Synapse.Models.OperationMetaServiceSpecification
Public Sub New (Optional metricSpecifications As IList(Of OperationMetaMetricSpecification) = Nothing, Optional logSpecifications As IList(Of OperationMetaLogSpecification) = Nothing)
Parameters
- metricSpecifications
- IList<OperationMetaMetricSpecification>
Service metric specifications
- logSpecifications
- IList<OperationMetaLogSpecification>
Service log specifications
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET