public interface com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithConsistencyPolicy
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithConsistencyPolicy
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithWriteReplication withEventualConsistency();
    descriptor: ()Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount$DefinitionStages$WithWriteReplication;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithWriteReplication withSessionConsistency();
    descriptor: ()Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount$DefinitionStages$WithWriteReplication;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithWriteReplication withBoundedStalenessConsistency(long, int);
    descriptor: (JI)Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount$DefinitionStages$WithWriteReplication;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      maxStalenessPrefix    
      maxIntervalInSeconds  

  public abstract com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithCreate withStrongConsistency();
    descriptor: ()Lcom/microsoft/azure/management/cosmosdb/CosmosDBAccount$DefinitionStages$WithCreate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CosmosDBAccount.java"
NestHost: com.microsoft.azure.management.cosmosdb.CosmosDBAccount
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages of com.microsoft.azure.management.cosmosdb.CosmosDBAccount
  public abstract WithConsistencyPolicy = com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithConsistencyPolicy of com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages
  public abstract WithCreate = com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithCreate of com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages
  public abstract WithWriteReplication = com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages$WithWriteReplication of com.microsoft.azure.management.cosmosdb.CosmosDBAccount$DefinitionStages