class com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1 extends java.util.HashMap<com.microsoft.azure.AzureEnvironment, java.lang.String>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1
  super_class: java.util.HashMap
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1 this
         0: .line 103
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
         1: .line 104
            aload 0 /* this */
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            ldc "azurewebsites.net"
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 105
            aload 0 /* this */
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
            ldc "chinacloudsites.cn"
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 106
            aload 0 /* this */
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
            ldc "azurewebsites.de"
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 107
            aload 0 /* this */
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
            ldc "azurewebsites.us"
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 103
            return
        end local 0 // com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/appservice/implementation/WebAppBaseImpl$1;
}
Signature: Ljava/util/HashMap<Lcom/microsoft/azure/AzureEnvironment;Ljava/lang/String;>;
SourceFile: "WebAppBaseImpl.java"
EnclosingMethod: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
NestHost: com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.WebAppBaseImpl$1