public interface com.microsoft.azure.management.monitor.MetricDefinitions extends com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.monitor.implementation.MonitorManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.monitor.implementation.MetricDefinitionsInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.monitor.MetricDefinitions
  super_class: java.lang.Object
{
  public abstract java.util.List<com.microsoft.azure.management.monitor.MetricDefinition> listByResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/microsoft/azure/management/monitor/MetricDefinition;>;
    MethodParameters:
            Name  Flags
      resourceId  

  public abstract rx.Observable<com.microsoft.azure.management.monitor.MetricDefinition> listByResourceAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/monitor/MetricDefinition;>;
    MethodParameters:
            Name  Flags
      resourceId  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/monitor/implementation/MonitorManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/monitor/implementation/MetricDefinitionsInner;>;
SourceFile: "MetricDefinitions.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.Monitor.Fluent")