public interface com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithEventHub
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithEventHub
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.eventhub.EventHubNamespace$Update withNewEventHub(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHubNamespace$Update;
    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;)
    MethodParameters:
              Name  Flags
      eventHubName  

  public abstract com.microsoft.azure.management.eventhub.EventHubNamespace$Update withNewEventHub(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lcom/microsoft/azure/management/eventhub/EventHubNamespace$Update;
    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;)
    MethodParameters:
                Name  Flags
      eventHubName    
      partitionCount  

  public abstract com.microsoft.azure.management.eventhub.EventHubNamespace$Update withNewEventHub(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Lcom/microsoft/azure/management/eventhub/EventHubNamespace$Update;
    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;)
    MethodParameters:
                       Name  Flags
      eventHubName           
      partitionCount         
      retentionPeriodInDays  

  public abstract com.microsoft.azure.management.eventhub.EventHubNamespace$Update withoutEventHub(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHubNamespace$Update;
    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;)
    MethodParameters:
              Name  Flags
      eventHubName  
}
SourceFile: "EventHubNamespace.java"
NestHost: com.microsoft.azure.management.eventhub.EventHubNamespace
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  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
  public abstract WithEventHub = com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages$WithEventHub of com.microsoft.azure.management.eventhub.EventHubNamespace$UpdateStages
    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;)