public final class com.microsoft.azure.AzureEnvironment implements com.microsoft.rest.protocol.Environment
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.AzureEnvironment
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, java.lang.String> endpoints;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public static final com.microsoft.azure.AzureEnvironment AZURE;
    descriptor: Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.AzureEnvironment AZURE_CHINA;
    descriptor: Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.AzureEnvironment AZURE_US_GOVERNMENT;
    descriptor: Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.AzureEnvironment AZURE_GERMANY;
    descriptor: Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 35
            new com.microsoft.azure.AzureEnvironment
            dup
            new com.microsoft.azure.AzureEnvironment$1
            dup
            invokespecial com.microsoft.azure.AzureEnvironment$1.<init>:()V
            invokespecial com.microsoft.azure.AzureEnvironment.<init>:(Ljava/util/Map;)V
            putstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
         1: .line 59
            new com.microsoft.azure.AzureEnvironment
            dup
            new com.microsoft.azure.AzureEnvironment$2
            dup
            invokespecial com.microsoft.azure.AzureEnvironment$2.<init>:()V
            invokespecial com.microsoft.azure.AzureEnvironment.<init>:(Ljava/util/Map;)V
            putstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
         2: .line 85
            new com.microsoft.azure.AzureEnvironment
            dup
            new com.microsoft.azure.AzureEnvironment$3
            dup
            invokespecial com.microsoft.azure.AzureEnvironment$3.<init>:()V
            invokespecial com.microsoft.azure.AzureEnvironment.<init>:(Ljava/util/Map;)V
            putstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
         3: .line 111
            new com.microsoft.azure.AzureEnvironment
            dup
            new com.microsoft.azure.AzureEnvironment$4
            dup
            invokespecial com.microsoft.azure.AzureEnvironment$4.<init>:()V
            invokespecial com.microsoft.azure.AzureEnvironment.<init>:(Ljava/util/Map;)V
            putstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
         4: .line 132
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.AzureEnvironment this
        start local 1 // java.util.Map endpoints
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* endpoints */
            putfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
         2: .line 30
            return
        end local 1 // java.util.Map endpoints
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/azure/AzureEnvironment;
            0    3     1  endpoints  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
           Name  Flags
      endpoints  

  public java.util.Map<java.lang.String, java.lang.String> endpoints();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 138
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public static com.microsoft.azure.AzureEnvironment[] knownEnvironments();
    descriptor: ()[Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 145
            iconst_4
            anewarray com.microsoft.azure.AzureEnvironment
            dup
            iconst_0
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
            aastore
            dup
            iconst_3
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 0 /* environments */
        start local 0 // java.util.List environments
         1: .line 146
            aload 0 /* environments */
            aload 0 /* environments */
            invokeinterface java.util.List.size:()I
            anewarray com.microsoft.azure.AzureEnvironment
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.microsoft.azure.AzureEnvironment[]
            areturn
        end local 0 // java.util.List environments
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            1    2     0  environments  Ljava/util/List<Lcom/microsoft/azure/AzureEnvironment;>;

  public java.lang.String portal();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 153
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "portalUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String publishingProfile();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 160
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "publishingProfileUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String managementEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "managementEndpointUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String resourceManagerEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 174
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "resourceManagerEndpointUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String sqlManagementEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 181
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "sqlManagementEndpointUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String sqlServerHostnameSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 188
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "sqlServerHostnameSuffix"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String activeDirectoryEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 195
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "activeDirectoryEndpointUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            ldc "/$"
            ldc ""
            invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String activeDirectoryResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 202
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "activeDirectoryResourceId"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String galleryEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 209
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "galleryEndpointUrl"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String graphEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 216
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "activeDirectoryGraphResourceId"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String dataLakeEndpointResourceId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 223
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "dataLakeEndpointResourceId"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String activeDirectoryGraphApiVersion();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 230
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "activeDirectoryGraphApiVersion"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String storageEndpointSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 237
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "storageEndpointSuffix"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String keyVaultDnsSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 244
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "keyVaultDnsSuffix"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String azureDataLakeStoreFileSystemEndpointSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 251
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "azureDataLakeStoreFileSystemEndpointSuffix"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String azureDataLakeAnalyticsCatalogAndJobEndpointSuffix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 258
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "azureDataLakeAnalyticsCatalogAndJobEndpointSuffix"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String logAnalyticsEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 265
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "azureLogAnalyticsResourceId"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String applicationInsightsEndpoint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.AzureEnvironment this
         0: .line 272
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            ldc "azureApplicationInsightsResourceId"
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/AzureEnvironment;

  public java.lang.String url(com.microsoft.rest.protocol.Environment$Endpoint);
    descriptor: (Lcom/microsoft/rest/protocol/Environment$Endpoint;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.AzureEnvironment this
        start local 1 // com.microsoft.rest.protocol.Environment$Endpoint endpoint
         0: .line 327
            aload 0 /* this */
            getfield com.microsoft.azure.AzureEnvironment.endpoints:Ljava/util/Map;
            aload 1 /* endpoint */
            invokeinterface com.microsoft.rest.protocol.Environment$Endpoint.identifier:()Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // com.microsoft.rest.protocol.Environment$Endpoint endpoint
        end local 0 // com.microsoft.azure.AzureEnvironment this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/AzureEnvironment;
            0    1     1  endpoint  Lcom/microsoft/rest/protocol/Environment$Endpoint;
    MethodParameters:
          Name  Flags
      endpoint  
}
SourceFile: "AzureEnvironment.java"
NestMembers:
  com.microsoft.azure.AzureEnvironment$1  com.microsoft.azure.AzureEnvironment$2  com.microsoft.azure.AzureEnvironment$3  com.microsoft.azure.AzureEnvironment$4  com.microsoft.azure.AzureEnvironment$Endpoint
InnerClasses:
  com.microsoft.azure.AzureEnvironment$1
  com.microsoft.azure.AzureEnvironment$2
  com.microsoft.azure.AzureEnvironment$3
  com.microsoft.azure.AzureEnvironment$4
  public final Endpoint = com.microsoft.azure.AzureEnvironment$Endpoint of com.microsoft.azure.AzureEnvironment
  public abstract Endpoint = com.microsoft.rest.protocol.Environment$Endpoint of com.microsoft.rest.protocol.Environment