public interface com.microsoft.azure.management.keyvault.Keys extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.keyvault.Key$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.keyvault.Key>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync<com.microsoft.azure.management.keyvault.Key>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.keyvault.Key>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.keyvault.Keys
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.keyvault.Key getByNameAndVersion(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      name     
      version  

  public abstract rx.Observable<com.microsoft.azure.management.keyvault.Key> getByNameAndVersionAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
         Name  Flags
      name     
      version  

  public abstract com.microsoft.azure.management.keyvault.Key restore(byte[]);
    descriptor: ([B)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      backup  

  public abstract rx.Observable<com.microsoft.azure.management.keyvault.Key> restoreAsync(byte[]);
    descriptor: ([B)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ([B)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
        Name  Flags
      backup  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/keyvault/Key$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/keyvault/Key;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByNameAsync<Lcom/microsoft/azure/management/keyvault/Key;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/keyvault/Key;>;
SourceFile: "Keys.java"
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract DefinitionStages = com.microsoft.azure.management.keyvault.Key$DefinitionStages of com.microsoft.azure.management.keyvault.Key
  public abstract Blank = com.microsoft.azure.management.keyvault.Key$DefinitionStages$Blank of com.microsoft.azure.management.keyvault.Key$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_6_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.Fluent.KeyVault")