public interface com.microsoft.azure.management.servicebus.Topic extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource<com.microsoft.azure.management.servicebus.implementation.ServiceBusManager, com.microsoft.azure.management.servicebus.implementation.TopicInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.servicebus.Topic>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.servicebus.Topic$Update>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.servicebus.implementation.TopicInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.servicebus.Topic
  super_class: java.lang.Object
{
  public abstract org.joda.time.DateTime createdAt();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.joda.time.DateTime accessedAt();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.joda.time.DateTime updatedAt();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long maxSizeInMB();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long currentSizeInBytes();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isBatchedOperationsEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isExpressEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isPartitioningEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDuplicateDetectionEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long deleteOnIdleDurationInMinutes();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.joda.time.Period defaultMessageTtlDuration();
    descriptor: ()Lorg/joda/time/Period;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.joda.time.Period duplicateMessageDetectionHistoryDuration();
    descriptor: ()Lorg/joda/time/Period;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long activeMessageCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long deadLetterMessageCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long scheduledMessageCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long transferDeadLetterMessageCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long transferMessageCount();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int subscriptionCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.servicebus.EntityStatus status();
    descriptor: ()Lcom/microsoft/azure/management/servicebus/EntityStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.servicebus.ServiceBusSubscriptions subscriptions();
    descriptor: ()Lcom/microsoft/azure/management/servicebus/ServiceBusSubscriptions;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.servicebus.TopicAuthorizationRules authorizationRules();
    descriptor: ()Lcom/microsoft/azure/management/servicebus/TopicAuthorizationRules;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/IndependentChildResource<Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManager;Lcom/microsoft/azure/management/servicebus/implementation/TopicInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/servicebus/Topic;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/servicebus/Topic$Update;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/servicebus/implementation/TopicInner;>;
SourceFile: "Topic.java"
NestMembers:
  com.microsoft.azure.management.servicebus.Topic$Definition  com.microsoft.azure.management.servicebus.Topic$DefinitionStages  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$Blank  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithAuthorizationRule  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithCreate  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithDefaultMessageTTL  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithDeleteOnIdle  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithDuplicateMessageDetection  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithExpressMessage  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithMessageBatching  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithPartitioning  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithSize  com.microsoft.azure.management.servicebus.Topic$DefinitionStages$WithSubscription  com.microsoft.azure.management.servicebus.Topic$Update  com.microsoft.azure.management.servicebus.Topic$UpdateStages  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithAuthorizationRule  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithDefaultMessageTTL  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithDeleteOnIdle  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithDuplicateMessageDetection  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithExpressMessage  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithMessageBatching  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithSize  com.microsoft.azure.management.servicebus.Topic$UpdateStages$WithSubscription
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.servicebus.Topic$Definition of com.microsoft.azure.management.servicebus.Topic
  public abstract DefinitionStages = com.microsoft.azure.management.servicebus.Topic$DefinitionStages of com.microsoft.azure.management.servicebus.Topic
  public abstract Update = com.microsoft.azure.management.servicebus.Topic$Update of com.microsoft.azure.management.servicebus.Topic
  public abstract UpdateStages = com.microsoft.azure.management.servicebus.Topic$UpdateStages of com.microsoft.azure.management.servicebus.Topic
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()