public interface com.microsoft.azure.management.eventhub.EventHubNamespace extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.eventhub.implementation.EventHubManager, com.microsoft.azure.management.eventhub.implementation.EHNamespaceInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.eventhub.EventHubNamespace>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.eventhub.EventHubNamespace$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.eventhub.EventHubNamespace
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.eventhub.EventHubNamespaceSkuType sku();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/EventHubNamespaceSkuType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract java.lang.String azureInsightMetricId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract java.lang.String serviceBusEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract org.joda.time.DateTime createdAt();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract org.joda.time.DateTime updatedAt();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract java.lang.String provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract boolean isAutoScaleEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract int currentThroughputUnits();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract int throughputUnitsUpperLimit();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract rx.Observable<com.microsoft.azure.management.eventhub.EventHub> listEventHubsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/eventhub/EventHub;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract rx.Observable<com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule> listAuthorizationRulesAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/eventhub/EventHubNamespaceAuthorizationRule;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.eventhub.EventHub> listEventHubs();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/eventhub/EventHub;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.eventhub.EventHubNamespaceAuthorizationRule> listAuthorizationRules();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/eventhub/EventHubNamespaceAuthorizationRule;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/eventhub/implementation/EventHubManager;Lcom/microsoft/azure/management/eventhub/implementation/EHNamespaceInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/eventhub/EventHubNamespace;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/eventhub/EventHubNamespace$Update;>;
SourceFile: "EventHubNamespace.java"
NestMembers:
  com.microsoft.azure.management.eventhub.EventHubNamespace$Definition  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$Blank  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithAuthorizationRule  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithCreate  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithEventHub  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithGroup  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithSku  com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages$WithThroughputConfiguration  com.microsoft.azure.management.eventhub.EventHubNamespace$Update  com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages  com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithAuthorizationRule  com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithEventHub  com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithSku  com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithThroughputConfiguration
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.eventhub.EventHubNamespace$Definition of com.microsoft.azure.management.eventhub.EventHubNamespace
  public abstract DefinitionStages = com.microsoft.azure.management.eventhub.EventHubNamespace$DefinitionStages of com.microsoft.azure.management.eventhub.EventHubNamespace
  public abstract Update = com.microsoft.azure.management.eventhub.EventHubNamespace$Update of com.microsoft.azure.management.eventhub.EventHubNamespace
  public abstract UpdateStages = com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages of com.microsoft.azure.management.eventhub.EventHubNamespace
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_7_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)