public interface com.microsoft.azure.management.cosmosdb.CosmosDBAccounts extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.cosmosdb.implementation.CosmosDBManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.cosmosdb.implementation.DatabaseAccountsInner>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<com.microsoft.azure.management.cosmosdb.CosmosDBAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.cosmosdb.CosmosDBAccount>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.cosmosdb.CosmosDBAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.cosmosdb.CosmosDBAccount>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<com.microsoft.azure.management.cosmosdb.CosmosDBAccount>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.cosmosdb.CosmosDBAccounts
  super_class: java.lang.Object
{
  public abstract void failoverPriorityChange(java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.cosmosdb.Location>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/Location;>;)V
    MethodParameters:
                  Name  Flags
      groupName         
      accountName       
      failoverPolicies  

  public abstract com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult listKeys(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cosmosdb/DatabaseAccountListKeysResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult listReadOnlyKeys(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cosmosdb/DatabaseAccountListReadOnlyKeysResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult listConnectionStrings(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cosmosdb/DatabaseAccountListConnectionStringsResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract void regenerateKey(java.lang.String, java.lang.String, com.microsoft.azure.management.cosmosdb.KeyKind);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cosmosdb/KeyKind;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      groupName    
      accountName  
      keyKind      

  public abstract rx.Observable<java.lang.Void> failoverPriorityChangeAsync(java.lang.String, java.lang.String, java.util.List<com.microsoft.azure.management.cosmosdb.Location>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/List<Lcom/microsoft/azure/management/cosmosdb/Location;>;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                  Name  Flags
      groupName         
      accountName       
      failoverPolicies  

  public abstract rx.Observable<com.microsoft.azure.management.cosmosdb.DatabaseAccountListKeysResult> listKeysAsync(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/cosmosdb/DatabaseAccountListKeysResult;>;
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract rx.Observable<com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult> listReadOnlyKeysAsync(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/cosmosdb/DatabaseAccountListReadOnlyKeysResult;>;
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract rx.Observable<com.microsoft.azure.management.cosmosdb.DatabaseAccountListConnectionStringsResult> listConnectionStringsAsync(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/cosmosdb/DatabaseAccountListConnectionStringsResult;>;
    MethodParameters:
             Name  Flags
      groupName    
      accountName  

  public abstract rx.Observable<java.lang.Void> regenerateKeyAsync(java.lang.String, java.lang.String, com.microsoft.azure.management.cosmosdb.KeyKind);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cosmosdb/KeyKind;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cosmosdb/KeyKind;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
             Name  Flags
      groupName    
      accountName  
      keyKind      
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/cosmosdb/implementation/CosmosDBManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/cosmosdb/implementation/DatabaseAccountsInner;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsBatchCreation<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsDeletingByResourceGroup;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingByResourceGroup<Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount;>;
SourceFile: "CosmosDBAccounts.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.cosmosdb.CosmosDBAccount$DefinitionStages of com.microsoft.azure.management.cosmosdb.CosmosDBAccount
  public abstract Blank = com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$Blank of com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_2_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)