Uses of Class
com.azure.resourcemanager.datafactory.models.OperationMetricSpecification
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of OperationMetricSpecification in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionOperationMetricSpecification.withAggregationType
(String aggregationType) Set the aggregationType property: The type of metric aggregation.OperationMetricSpecification.withAvailabilities
(List<OperationMetricAvailability> availabilities) Set the availabilities property: Defines how often data for metrics becomes available.OperationMetricSpecification.withDimensions
(List<OperationMetricDimension> dimensions) Set the dimensions property: Defines the metric dimension.OperationMetricSpecification.withDisplayDescription
(String displayDescription) Set the displayDescription property: The description of the metric.OperationMetricSpecification.withDisplayName
(String displayName) Set the displayName property: Localized display name of the metric.OperationMetricSpecification.withEnableRegionalMdmAccount
(String enableRegionalMdmAccount) Set the enableRegionalMdmAccount property: Whether or not the service is using regional MDM accounts.Set the name property: The name of the metric.OperationMetricSpecification.withSourceMdmAccount
(String sourceMdmAccount) Set the sourceMdmAccount property: The name of the MDM account.OperationMetricSpecification.withSourceMdmNamespace
(String sourceMdmNamespace) Set the sourceMdmNamespace property: The name of the MDM namespace.Set the unit property: The unit that the metric is measured in.Modifier and TypeMethodDescriptionOperationServiceSpecification.metricSpecifications()
Get the metricSpecifications property: Details about operations related to metrics.Modifier and TypeMethodDescriptionOperationServiceSpecification.withMetricSpecifications
(List<OperationMetricSpecification> metricSpecifications) Set the metricSpecifications property: Details about operations related to metrics.