共用方式為


OperationServiceSpecification Constructors

Definition

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