OperationServiceSpecification 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
OperationServiceSpecification() |
Initializes a new instance of the OperationServiceSpecification class. |
OperationServiceSpecification(IList<OperationLogSpecification>, IList<OperationMetricSpecification>) |
Initializes a new instance of the OperationServiceSpecification class. |
OperationServiceSpecification()
Initializes a new instance of the OperationServiceSpecification class.
public OperationServiceSpecification ();
Public Sub New ()
Applies to
OperationServiceSpecification(IList<OperationLogSpecification>, IList<OperationMetricSpecification>)
Initializes a new instance of the OperationServiceSpecification class.
public OperationServiceSpecification (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification> logSpecifications = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification> metricSpecifications = default);
new Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification> -> Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification
Public Sub New (Optional logSpecifications As IList(Of OperationLogSpecification) = Nothing, Optional metricSpecifications As IList(Of OperationMetricSpecification) = Nothing)
Parameters
- logSpecifications
- IList<OperationLogSpecification>
Details about operations related to logs.
- metricSpecifications
- IList<OperationMetricSpecification>
Details about operations related to metrics.
Applies to
Azure SDK for .NET