Uses of Class
com.azure.resourcemanager.datafactory.models.OperationMetricDimension
-
Packages that use OperationMetricDimension Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of OperationMetricDimension in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return OperationMetricDimension Modifier and Type Method Description OperationMetricDimension
OperationMetricDimension. withDisplayName(String displayName)
Set the displayName property: The display name of the metric dimension.OperationMetricDimension
OperationMetricDimension. withName(String name)
Set the name property: The name of the dimension for the metric.OperationMetricDimension
OperationMetricDimension. withToBeExportedForShoebox(Boolean toBeExportedForShoebox)
Set the toBeExportedForShoebox property: Whether the dimension should be exported to Azure Monitor.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type OperationMetricDimension Modifier and Type Method Description List<OperationMetricDimension>
OperationMetricSpecification. dimensions()
Get the dimensions property: Defines the metric dimension.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type OperationMetricDimension Modifier and Type Method Description OperationMetricSpecification
OperationMetricSpecification. withDimensions(List<OperationMetricDimension> dimensions)
Set the dimensions property: Defines the metric dimension.
-