public final class com.microsoft.azure.AzureEnvironment$Endpoint extends java.lang.Enum<com.microsoft.azure.AzureEnvironment$Endpoint> implements com.microsoft.rest.protocol.Environment$Endpoint
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.microsoft.azure.AzureEnvironment$Endpoint
super_class: java.lang.Enum
{
public static final com.microsoft.azure.AzureEnvironment$Endpoint MANAGEMENT;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint RESOURCE_MANAGER;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint SQL;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint GALLERY;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint ACTIVE_DIRECTORY;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint GRAPH;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint KEYVAULT;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint DATA_LAKE_STORE;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint DATA_LAKE_ANALYTICS;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint LOG_ANALYTICS;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.microsoft.azure.AzureEnvironment$Endpoint APPLICATION_INSIGHTS;
descriptor: Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private java.lang.String field;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private static final com.microsoft.azure.AzureEnvironment$Endpoint[] ENUM$VALUES;
descriptor: [Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "MANAGEMENT"
iconst_0
1: ldc "managementEndpointUrl"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.MANAGEMENT:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
2: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "RESOURCE_MANAGER"
iconst_1
3: ldc "resourceManagerEndpointUrl"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
4: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "SQL"
iconst_2
5: ldc "sqlManagementEndpointUrl"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.SQL:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
6: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "GALLERY"
iconst_3
7: ldc "galleryEndpointUrl"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.GALLERY:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
8: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "ACTIVE_DIRECTORY"
iconst_4
9: ldc "activeDirectoryEndpointUrl"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.ACTIVE_DIRECTORY:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
10: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "GRAPH"
iconst_5
11: ldc "activeDirectoryGraphResourceId"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.GRAPH:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
12: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "KEYVAULT"
bipush 6
13: ldc "keyVaultDnsSuffix"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.KEYVAULT:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
14: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "DATA_LAKE_STORE"
bipush 7
15: ldc "azureDataLakeStoreFileSystemEndpointSuffix"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.DATA_LAKE_STORE:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
16: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "DATA_LAKE_ANALYTICS"
bipush 8
17: ldc "azureDataLakeAnalyticsCatalogAndJobEndpointSuffix"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.DATA_LAKE_ANALYTICS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
18: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "LOG_ANALYTICS"
bipush 9
19: ldc "azureLogAnalyticsResourceId"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.LOG_ANALYTICS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
20: new com.microsoft.azure.AzureEnvironment$Endpoint
dup
ldc "APPLICATION_INSIGHTS"
bipush 10
21: ldc "azureApplicationInsightsResourceId"
invokespecial com.microsoft.azure.AzureEnvironment$Endpoint.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.APPLICATION_INSIGHTS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
22: bipush 11
anewarray com.microsoft.azure.AzureEnvironment$Endpoint
dup
iconst_0
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.MANAGEMENT:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
iconst_1
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
iconst_2
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.SQL:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
iconst_3
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.GALLERY:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
iconst_4
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.ACTIVE_DIRECTORY:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
iconst_5
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.GRAPH:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
bipush 6
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.KEYVAULT:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
bipush 7
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.DATA_LAKE_STORE:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
bipush 8
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.DATA_LAKE_ANALYTICS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
bipush 9
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.LOG_ANALYTICS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
dup
bipush 10
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.APPLICATION_INSIGHTS:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aastore
putstatic com.microsoft.azure.AzureEnvironment$Endpoint.ENUM$VALUES:[Lcom/microsoft/azure/AzureEnvironment$Endpoint;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, java.lang.String);
descriptor: (Ljava/lang/String;ILjava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield com.microsoft.azure.AzureEnvironment$Endpoint.field:Ljava/lang/String;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/AzureEnvironment$Endpoint;
0 3 3 value Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public java.lang.String identifier();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.AzureEnvironment$Endpoint.field:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/AzureEnvironment$Endpoint;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.AzureEnvironment$Endpoint.field:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/AzureEnvironment$Endpoint;
public static com.microsoft.azure.AzureEnvironment$Endpoint[] values();
descriptor: ()[Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.microsoft.azure.AzureEnvironment$Endpoint.ENUM$VALUES:[Lcom/microsoft/azure/AzureEnvironment$Endpoint;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.microsoft.azure.AzureEnvironment$Endpoint
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.microsoft.azure.AzureEnvironment$Endpoint valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/AzureEnvironment$Endpoint;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/microsoft/azure/AzureEnvironment$Endpoint;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.microsoft.azure.AzureEnvironment$Endpoint
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/microsoft/azure/AzureEnvironment$Endpoint;>;Lcom/microsoft/rest/protocol/Environment$Endpoint;
SourceFile: "AzureEnvironment.java"
NestHost: com.microsoft.azure.AzureEnvironment
InnerClasses:
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