Uses of Class
com.azure.resourcemanager.containerregistry.models.OperationMetricSpecificationDefinition
Packages that use OperationMetricSpecificationDefinition
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OperationMetricSpecificationDefinition in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return OperationMetricSpecificationDefinitionModifier and TypeMethodDescriptionOperationMetricSpecificationDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationMetricSpecificationDefinition from the JsonReader.OperationMetricSpecificationDefinition.withAggregationType(String aggregationType) Set the aggregationType property: Metric aggregation type.OperationMetricSpecificationDefinition.withDisplayDescription(String displayDescription) Set the displayDescription property: Metric description.OperationMetricSpecificationDefinition.withDisplayName(String displayName) Set the displayName property: Metric display name.OperationMetricSpecificationDefinition.withInternalMetricName(String internalMetricName) Set the internalMetricName property: Internal metric name.Set the name property: Metric name.Set the unit property: Metric unit.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type OperationMetricSpecificationDefinitionModifier and TypeMethodDescriptionOperationServiceSpecificationDefinition.metricSpecifications()Get the metricSpecifications property: A list of Azure Monitoring metrics definition.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OperationMetricSpecificationDefinitionModifier and TypeMethodDescriptionOperationServiceSpecificationDefinition.withMetricSpecifications(List<OperationMetricSpecificationDefinition> metricSpecifications) Set the metricSpecifications property: A list of Azure Monitoring metrics definition.