public interface com.microsoft.azure.management.resources.Subscription extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.resources.implementation.SubscriptionInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.Subscription
  super_class: java.lang.Object
{
  public abstract java.lang.String subscriptionId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String tenantId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String displayName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.resources.SubscriptionState state();
    descriptor: ()Lcom/microsoft/azure/management/resources/SubscriptionState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.resources.SubscriptionPolicies subscriptionPolicies();
    descriptor: ()Lcom/microsoft/azure/management/resources/SubscriptionPolicies;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.microsoft.azure.management.resources.ManagedByTenant> managedByTenants();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/ManagedByTenant;>;

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.Location> listLocations();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/Location;>;

  public abstract com.microsoft.azure.management.resources.Location getLocationByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/Location;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      region  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/resources/implementation/SubscriptionInner;>;
SourceFile: "Subscription.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()