public interface com.microsoft.azure.management.storage.StorageAccounts extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.storage.StorageAccount>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.storage.StorageAccount$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.storage.StorageAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.storage.StorageAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.storage.StorageAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<com.microsoft.azure.management.storage.StorageAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.storage.implementation.StorageManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.storage.implementation.StorageAccountsInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.storage.StorageAccounts
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.storage.CheckNameAvailabilityResult checkNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract rx.Observable<com.microsoft.azure.management.storage.CheckNameAvailabilityResult> checkNameAvailabilityAsync(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/storage/CheckNameAvailabilityResult;>;
    MethodParameters:
      Name  Flags
      name  

  public abstract com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.storage.CheckNameAvailabilityResult> checkNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.storage.CheckNameAvailabilityResult>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/storage/CheckNameAvailabilityResult;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public abstract java.lang.String createSasToken(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public abstract rx.Observable<java.lang.String> createSasTokenAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.storage.ServiceSasParameters);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/storage/ServiceSasParameters;)Lrx/Observable<Ljava/lang/String;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        
      parameters         

  public abstract void failover(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      accountName        

  public abstract rx.Completable failoverAsync(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  
      accountName        
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/storage/StorageAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/storage/StorageAccount$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/storage/StorageAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/storage/StorageAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/storage/StorageAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsDeletingByResourceGroup;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsBatchCreation<Lcom/microsoft/azure/management/storage/StorageAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsBatchDeletion;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/storage/implementation/StorageManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/storage/implementation/StorageAccountsInner;>;
SourceFile: "StorageAccounts.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.storage.StorageAccount$DefinitionStages of com.microsoft.azure.management.storage.StorageAccount
  public abstract Blank = com.microsoft.azure.management.storage.StorageAccount$DefinitionStages$Blank of com.microsoft.azure.management.storage.StorageAccount$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()