public interface com.microsoft.azure.management.appservice.AppServicePlan extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager, com.microsoft.azure.management.appservice.implementation.AppServicePlanInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.appservice.AppServicePlan>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.appservice.AppServicePlan$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.AppServicePlan
  super_class: java.lang.Object
{
  public abstract int maxInstances();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

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

  public abstract com.microsoft.azure.management.appservice.PricingTier pricingTier();
    descriptor: ()Lcom/microsoft/azure/management/appservice/PricingTier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.OperatingSystem operatingSystem();
    descriptor: ()Lcom/microsoft/azure/management/appservice/OperatingSystem;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;Lcom/microsoft/azure/management/appservice/implementation/AppServicePlanInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasName;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/appservice/AppServicePlan;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/appservice/AppServicePlan$Update;>;
SourceFile: "AppServicePlan.java"
NestMembers:
  com.microsoft.azure.management.appservice.AppServicePlan$Definition  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$Blank  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCapacity  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithCreate  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithGroup  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithOperatingSystem  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithPerSiteScaling  com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages$WithPricingTier  com.microsoft.azure.management.appservice.AppServicePlan$Update  com.microsoft.azure.management.appservice.AppServicePlan$UpdateStages  com.microsoft.azure.management.appservice.AppServicePlan$UpdateStages$WithCapacity  com.microsoft.azure.management.appservice.AppServicePlan$UpdateStages$WithPerSiteScaling  com.microsoft.azure.management.appservice.AppServicePlan$UpdateStages$WithPricingTier
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.appservice.AppServicePlan$Definition of com.microsoft.azure.management.appservice.AppServicePlan
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.AppServicePlan$DefinitionStages of com.microsoft.azure.management.appservice.AppServicePlan
  public abstract Update = com.microsoft.azure.management.appservice.AppServicePlan$Update of com.microsoft.azure.management.appservice.AppServicePlan
  public abstract UpdateStages = com.microsoft.azure.management.appservice.AppServicePlan$UpdateStages of com.microsoft.azure.management.appservice.AppServicePlan
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")
      com.microsoft.azure.management.apigeneration.Beta()