public interface com.microsoft.azure.management.eventhub.EventHub$UpdateStages$WithCapture
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.eventhub.EventHub$UpdateStages$WithCapture
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withNewStorageAccountForCapturedData(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount>, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHub$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable<Lcom/microsoft/azure/management/storage/StorageAccount;>;Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHub$Update;
    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
      storageAccountCreatable  
      containerName            

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withExistingStorageAccountForCapturedData(com.microsoft.azure.management.storage.StorageAccount, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/storage/StorageAccount;Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHub$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
      storageAccount  
      containerName   

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withExistingStorageAccountForCapturedData(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHub$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
      storageAccountId  
      containerName     

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureEnabled();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/EventHub$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;)

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureDisabled();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/EventHub$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;)

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureWindowSizeInSeconds(int);
    descriptor: (I)Lcom/microsoft/azure/management/eventhub/EventHub$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
      sizeInSeconds  

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureSkipEmptyArchives(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)Lcom/microsoft/azure/management/eventhub/EventHub$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_23_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
                   Name  Flags
      skipEmptyArchives  

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureWindowSizeInMB(int);
    descriptor: (I)Lcom/microsoft/azure/management/eventhub/EventHub$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
      sizeInMB  

  public abstract com.microsoft.azure.management.eventhub.EventHub$Update withDataCaptureFileNameFormat(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/eventhub/EventHub$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
      format  
}
SourceFile: "EventHub.java"
NestHost: com.microsoft.azure.management.eventhub.EventHub
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.EventHub$Update of com.microsoft.azure.management.eventhub.EventHub
  public abstract UpdateStages = com.microsoft.azure.management.eventhub.EventHub$UpdateStages of com.microsoft.azure.management.eventhub.EventHub
  public abstract WithCapture = com.microsoft.azure.management.eventhub.EventHub$UpdateStages$WithCapture of com.microsoft.azure.management.eventhub.EventHub$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;)