public interface com.microsoft.azure.management.compute.Gallery extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.GalleryInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.compute.implementation.ComputeManager, com.microsoft.azure.management.compute.implementation.GalleryInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.compute.Gallery>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.compute.Gallery$Update>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.compute.implementation.ComputeManager>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.Gallery
  super_class: java.lang.Object
{
  public abstract java.lang.String description();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract rx.Observable<com.microsoft.azure.management.compute.GalleryImage> getImageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/compute/GalleryImage;>;
    MethodParameters:
           Name  Flags
      imageName  

  public abstract com.microsoft.azure.management.compute.GalleryImage getImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/GalleryImage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      imageName  

  public abstract rx.Observable<com.microsoft.azure.management.compute.GalleryImage> listImagesAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/compute/GalleryImage;>;

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.compute.GalleryImage> listImages();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/compute/GalleryImage;>;
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/compute/implementation/GalleryInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/compute/implementation/ComputeManager;Lcom/microsoft/azure/management/compute/implementation/GalleryInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasResourceGroup;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/compute/Gallery;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/compute/Gallery$Update;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/compute/implementation/ComputeManager;>;
SourceFile: "Gallery.java"
NestMembers:
  com.microsoft.azure.management.compute.Gallery$Definition  com.microsoft.azure.management.compute.Gallery$DefinitionStages  com.microsoft.azure.management.compute.Gallery$DefinitionStages$Blank  com.microsoft.azure.management.compute.Gallery$DefinitionStages$WithCreate  com.microsoft.azure.management.compute.Gallery$DefinitionStages$WithDescription  com.microsoft.azure.management.compute.Gallery$DefinitionStages$WithGroup  com.microsoft.azure.management.compute.Gallery$Update  com.microsoft.azure.management.compute.Gallery$UpdateStages  com.microsoft.azure.management.compute.Gallery$UpdateStages$WithDescription
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.compute.Gallery$Definition of com.microsoft.azure.management.compute.Gallery
  public abstract DefinitionStages = com.microsoft.azure.management.compute.Gallery$DefinitionStages of com.microsoft.azure.management.compute.Gallery
  public abstract Update = com.microsoft.azure.management.compute.Gallery$Update of com.microsoft.azure.management.compute.Gallery
  public abstract UpdateStages = com.microsoft.azure.management.compute.Gallery$UpdateStages of com.microsoft.azure.management.compute.Gallery
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()