public interface com.microsoft.azure.management.compute.Snapshots extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.compute.Snapshot$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<com.microsoft.azure.management.compute.Snapshot>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.compute.implementation.ComputeManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.compute.implementation.SnapshotsInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.Snapshots
  super_class: java.lang.Object
{
  public abstract rx.Observable<java.lang.String> grantAccessAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.AccessLevel, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/AccessLevel;I)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/AccessLevel;I)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      snapshotName       
      accessLevel        
      accessDuration     

  public abstract com.microsoft.rest.ServiceFuture<java.lang.String> grantAccessAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.AccessLevel, int, com.microsoft.rest.ServiceCallback<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/AccessLevel;ILcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/AccessLevel;ILcom/microsoft/rest/ServiceCallback<Ljava/lang/String;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      snapshotName       
      accessLevel        
      accessDuration     
      callback           

  public abstract java.lang.String grantAccess(java.lang.String, java.lang.String, com.microsoft.azure.management.compute.AccessLevel, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/compute/AccessLevel;I)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      snapshotName       
      accessLevel        
      accessDuration     

  public abstract rx.Completable revokeAccessAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      snapName           

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

  public abstract void revokeAccess(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      snapName           
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/compute/Snapshot$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsDeletingByResourceGroup;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsBatchCreation<Lcom/microsoft/azure/management/compute/Snapshot;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsBatchDeletion;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/compute/implementation/ComputeManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/compute/implementation/SnapshotsInner;>;
SourceFile: "Snapshots.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.compute.Snapshot$DefinitionStages of com.microsoft.azure.management.compute.Snapshot
  public abstract Blank = com.microsoft.azure.management.compute.Snapshot$DefinitionStages$Blank of com.microsoft.azure.management.compute.Snapshot$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()