com.azure.resourcemanager.newrelicobservability.models.MetricRules Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-newrelicobservability Show documentation
Show all versions of azure-resourcemanager-newrelicobservability Show documentation
This package contains Microsoft Azure SDK for NewRelicObservability Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2024-01-01.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.newrelicobservability.models;
import com.azure.resourcemanager.newrelicobservability.fluent.models.MetricRulesInner;
import java.util.List;
/**
* An immutable client-side representation of MetricRules.
*/
public interface MetricRules {
/**
* Gets the sendMetrics property: Flag specifying if metrics should be sent for the Monitor resource.
*
* @return the sendMetrics value.
*/
SendMetricsStatus sendMetrics();
/**
* Gets the filteringTags property: List of filtering tags to be used for capturing metrics.
*
* @return the filteringTags value.
*/
List filteringTags();
/**
* Gets the userEmail property: User Email.
*
* @return the userEmail value.
*/
String userEmail();
/**
* Gets the inner com.azure.resourcemanager.newrelicobservability.fluent.models.MetricRulesInner object.
*
* @return the inner object.
*/
MetricRulesInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy