public interface com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT extends com.microsoft.azure.management.eventhub.AuthorizationRule<RuleT>> extends com.microsoft.azure.management.eventhub.NestedResource, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.AuthorizationRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<RuleT>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.eventhub.AuthorizationRule
  super_class: java.lang.Object
{
  public abstract java.util.List<com.microsoft.azure.management.eventhub.AccessRights> rights();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/eventhub/AccessRights;>;
    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.EventHubAuthorizationKey> getKeysAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/eventhub/EventHubAuthorizationKey;>;
    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.EventHubAuthorizationKey getKeys();
    descriptor: ()Lcom/microsoft/azure/management/eventhub/EventHubAuthorizationKey;
    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.EventHubAuthorizationKey> regenerateKeyAsync(com.microsoft.azure.management.eventhub.KeyType);
    descriptor: (Lcom/microsoft/azure/management/eventhub/KeyType;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/azure/management/eventhub/KeyType;)Lrx/Observable<Lcom/microsoft/azure/management/eventhub/EventHubAuthorizationKey;>;
    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
      keyType  

  public abstract com.microsoft.azure.management.eventhub.EventHubAuthorizationKey regenerateKey(com.microsoft.azure.management.eventhub.KeyType);
    descriptor: (Lcom/microsoft/azure/management/eventhub/KeyType;)Lcom/microsoft/azure/management/eventhub/EventHubAuthorizationKey;
    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
      keyType  
}
Signature: <RuleT::Lcom/microsoft/azure/management/eventhub/AuthorizationRule<TRuleT;>;>Ljava/lang/Object;Lcom/microsoft/azure/management/eventhub/NestedResource;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/eventhub/implementation/AuthorizationRuleInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/eventhub/implementation/EventHubManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<TRuleT;>;
SourceFile: "AuthorizationRule.java"
NestMembers:
  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages$WithListen  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages$WithListenOrSendOrManage  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages$WithManage  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages$WithSend  com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages$WithSendOrManage  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages$WithListen  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages$WithListenOrSendOrManage  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages$WithManage  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages$WithSend  com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages$WithSendOrManage
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract DefinitionStages = com.microsoft.azure.management.eventhub.AuthorizationRule$DefinitionStages of com.microsoft.azure.management.eventhub.AuthorizationRule
  public abstract UpdateStages = com.microsoft.azure.management.eventhub.AuthorizationRule$UpdateStages of com.microsoft.azure.management.eventhub.AuthorizationRule
    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;)