public interface com.microsoft.azure.management.storage.StorageAccount$UpdateStages$WithEncryption
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.storage.StorageAccount$UpdateStages$WithEncryption
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withBlobEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_5_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withFileEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_5_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withoutEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withoutBlobEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_5_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withoutFileEncryption();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_5_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.azure.management.storage.StorageAccount$Update withEncryptionKeyFromKeyVault(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/storage/StorageAccount$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_5_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)
    MethodParameters:
             Name  Flags
      keyVaultUri  
      keyName      
      keyVersion   
}
SourceFile: "StorageAccount.java"
NestHost: com.microsoft.azure.management.storage.StorageAccount
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Update = com.microsoft.azure.management.storage.StorageAccount$Update of com.microsoft.azure.management.storage.StorageAccount
  public abstract UpdateStages = com.microsoft.azure.management.storage.StorageAccount$UpdateStages of com.microsoft.azure.management.storage.StorageAccount
  public abstract WithEncryption = com.microsoft.azure.management.storage.StorageAccount$UpdateStages$WithEncryption of com.microsoft.azure.management.storage.StorageAccount$UpdateStages