public interface com.microsoft.azure.management.compute.Snapshot extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.compute.implementation.ComputeManager, com.microsoft.azure.management.compute.implementation.SnapshotInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.compute.Snapshot$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.Snapshot
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.compute.DiskSkuTypes sku();
    descriptor: ()Lcom/microsoft/azure/management/compute/DiskSkuTypes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract com.microsoft.azure.management.compute.SnapshotSkuType skuType();
    descriptor: ()Lcom/microsoft/azure/management/compute/SnapshotSkuType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.microsoft.azure.management.compute.DiskCreateOption creationMethod();
    descriptor: ()Lcom/microsoft/azure/management/compute/DiskCreateOption;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.microsoft.azure.management.compute.OperatingSystemTypes osType();
    descriptor: ()Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.compute.CreationSource source();
    descriptor: ()Lcom/microsoft/azure/management/compute/CreationSource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String grantAccess(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                         Name  Flags
      accessDurationInSeconds  

  public abstract rx.Observable<java.lang.String> grantAccessAsync(int);
    descriptor: (I)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
                         Name  Flags
      accessDurationInSeconds  

  public abstract com.microsoft.rest.ServiceFuture<java.lang.String> grantAccessAsync(int, com.microsoft.rest.ServiceCallback<java.lang.String>);
    descriptor: (ILcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILcom/microsoft/rest/ServiceCallback<Ljava/lang/String;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/String;>;
    MethodParameters:
                         Name  Flags
      accessDurationInSeconds  
      callback                 

  public abstract void revokeAccess();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract rx.Completable revokeAccessAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.rest.ServiceFuture<java.lang.Void> revokeAccessAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      callback  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/GroupableResource<Lcom/microsoft/azure/management/compute/implementation/ComputeManager;Lcom/microsoft/azure/management/compute/implementation/SnapshotInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/compute/Snapshot$Update;>;
SourceFile: "Snapshot.java"
NestMembers:
  com.microsoft.azure.management.compute.Snapshot$Definition  com.microsoft.azure.management.compute.Snapshot$DefinitionStages  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$Blank  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithCreate  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromDisk  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromImage  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromSnapshot  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotFromVhd  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithDataSnapshotSource  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithGroup  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithIncremental  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithLinuxSnapshotSource  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithOSSnapshotFromImage  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithSize  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithSku  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithSnapshotSource  com.microsoft.azure.management.compute.Snapshot$DefinitionStages$WithWindowsSnapshotSource  com.microsoft.azure.management.compute.Snapshot$Update  com.microsoft.azure.management.compute.Snapshot$UpdateStages  com.microsoft.azure.management.compute.Snapshot$UpdateStages$WithOSSettings  com.microsoft.azure.management.compute.Snapshot$UpdateStages$WithSku
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.compute.Snapshot$Definition of com.microsoft.azure.management.compute.Snapshot
  public abstract DefinitionStages = com.microsoft.azure.management.compute.Snapshot$DefinitionStages of com.microsoft.azure.management.compute.Snapshot
  public abstract Update = com.microsoft.azure.management.compute.Snapshot$Update of com.microsoft.azure.management.compute.Snapshot
  public abstract UpdateStages = com.microsoft.azure.management.compute.Snapshot$UpdateStages of com.microsoft.azure.management.compute.Snapshot
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()