
com.azure.resourcemanager.newrelicobservability.models.MonitoredSubscription Maven / Gradle / Ivy
// 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.MonitoredSubscriptionInner;
/**
* An immutable client-side representation of MonitoredSubscription.
*/
public interface MonitoredSubscription {
/**
* Gets the subscriptionId property: The subscriptionId to be monitored.
*
* @return the subscriptionId value.
*/
String subscriptionId();
/**
* Gets the status property: The state of monitoring.
*
* @return the status value.
*/
Status status();
/**
* Gets the error property: The reason of not monitoring the subscription.
*
* @return the error value.
*/
String error();
/**
* Gets the tagRules property: The resource-specific properties for this resource.
*
* @return the tagRules value.
*/
MonitoringTagRulesProperties tagRules();
/**
* Gets the inner com.azure.resourcemanager.newrelicobservability.fluent.models.MonitoredSubscriptionInner object.
*
* @return the inner object.
*/
MonitoredSubscriptionInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy