public final class com.microsoft.azure.management.batchai.implementation.BatchAIManager extends com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager<com.microsoft.azure.management.batchai.implementation.BatchAIManager, com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.BatchAIManager
super_class: com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager
{
private com.microsoft.azure.management.batchai.BatchAIClusters batchAIClusters;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIClusters;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIJobs batchAIJobs;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIJobs;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIFileServers batchAIFileServers;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIUsages batchAIUsages;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIUsages;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIWorkspaces workspaces;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
flags: (0x0002) ACC_PRIVATE
public static com.microsoft.azure.management.batchai.implementation.BatchAIManager$Configurable configure();
descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager$Configurable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.microsoft.azure.management.batchai.implementation.BatchAIManager$ConfigurableImpl
dup
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIManager$ConfigurableImpl.<init>:()V
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.microsoft.azure.management.batchai.implementation.BatchAIManager authenticate(com.microsoft.azure.credentials.AzureTokenCredentials, java.lang.String);
descriptor: (Lcom/microsoft/azure/credentials/AzureTokenCredentials;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: new com.microsoft.azure.management.batchai.implementation.BatchAIManager
dup
new com.microsoft.rest.RestClient$Builder
dup
invokespecial com.microsoft.rest.RestClient$Builder.<init>:()V
1: aload 0
invokevirtual com.microsoft.azure.credentials.AzureTokenCredentials.environment:()Lcom/microsoft/azure/AzureEnvironment;
getstatic com.microsoft.azure.AzureEnvironment$Endpoint.RESOURCE_MANAGER:Lcom/microsoft/azure/AzureEnvironment$Endpoint;
invokevirtual com.microsoft.rest.RestClient$Builder.withBaseUrl:(Lcom/microsoft/rest/protocol/Environment;Lcom/microsoft/rest/protocol/Environment$Endpoint;)Lcom/microsoft/rest/RestClient$Builder;
2: aload 0
invokevirtual com.microsoft.rest.RestClient$Builder.withCredentials:(Lcom/microsoft/rest/credentials/ServiceClientCredentials;)Lcom/microsoft/rest/RestClient$Builder;
3: new com.microsoft.azure.serializer.AzureJacksonAdapter
dup
invokespecial com.microsoft.azure.serializer.AzureJacksonAdapter.<init>:()V
invokevirtual com.microsoft.rest.RestClient$Builder.withSerializerAdapter:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/RestClient$Builder;
4: new com.microsoft.azure.AzureResponseBuilder$Factory
dup
invokespecial com.microsoft.azure.AzureResponseBuilder$Factory.<init>:()V
invokevirtual com.microsoft.rest.RestClient$Builder.withResponseBuilderFactory:(Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;)Lcom/microsoft/rest/RestClient$Builder;
5: new com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor
dup
aload 0
invokespecial com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.<init>:(Lcom/microsoft/azure/credentials/AzureTokenCredentials;)V
invokevirtual com.microsoft.rest.RestClient$Builder.withInterceptor:(Lokhttp3/Interceptor;)Lcom/microsoft/rest/RestClient$Builder;
6: invokevirtual com.microsoft.rest.RestClient$Builder.build:()Lcom/microsoft/rest/RestClient;
aload 1
7: invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 credentials Lcom/microsoft/azure/credentials/AzureTokenCredentials;
0 8 1 subscriptionId Ljava/lang/String;
MethodParameters:
Name Flags
credentials
subscriptionId
public static com.microsoft.azure.management.batchai.implementation.BatchAIManager authenticate(com.microsoft.rest.RestClient, java.lang.String);
descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new com.microsoft.azure.management.batchai.implementation.BatchAIManager
dup
aload 0
aload 1
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIManager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 restClient Lcom/microsoft/rest/RestClient;
0 1 1 subscriptionId Ljava/lang/String;
MethodParameters:
Name Flags
restClient
subscriptionId
private void <init>(com.microsoft.rest.RestClient, java.lang.String);
descriptor: (Lcom/microsoft/rest/RestClient;Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
1: aload 1
2: aload 2
3: new com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
dup
aload 1
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.<init>:(Lcom/microsoft/rest/RestClient;)V
aload 2
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.withSubscriptionId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;
invokespecial com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager.<init>:(Lcom/microsoft/rest/RestClient;Ljava/lang/String;Ljava/lang/Object;)V
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
0 5 1 restClient Lcom/microsoft/rest/RestClient;
0 5 2 subscriptionId Ljava/lang/String;
MethodParameters:
Name Flags
restClient
subscriptionId
public com.microsoft.azure.management.batchai.BatchAIWorkspaces workspaces();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.workspaces:Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
ifnonnull 2
1: aload 0
new com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIWorkspacesImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;)V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.workspaces:Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.workspaces:Lcom/microsoft/azure/management/batchai/BatchAIWorkspaces;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
public com.microsoft.azure.management.batchai.BatchAIUsages usages();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIUsages;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.batchAIUsages:Lcom/microsoft/azure/management/batchai/BatchAIUsages;
ifnonnull 2
1: aload 0
new com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl
dup
aload 0
getfield com.microsoft.azure.management.resources.fluentcore.arm.implementation.Manager.innerManagementClient:Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIUsagesImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;)V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.batchAIUsages:Lcom/microsoft/azure/management/batchai/BatchAIUsages;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIManager.batchAIUsages:Lcom/microsoft/azure/management/batchai/BatchAIUsages;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/Manager<Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManagementClientImpl;>;
SourceFile: "BatchAIManager.java"
NestMembers:
com.microsoft.azure.management.batchai.implementation.BatchAIManager$Configurable com.microsoft.azure.management.batchai.implementation.BatchAIManager$ConfigurableImpl
InnerClasses:
public final Endpoint = com.microsoft.azure.AzureEnvironment$Endpoint of com.microsoft.azure.AzureEnvironment
public final Factory = com.microsoft.azure.AzureResponseBuilder$Factory of com.microsoft.azure.AzureResponseBuilder
public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
public abstract Configurable = com.microsoft.azure.management.batchai.implementation.BatchAIManager$Configurable of com.microsoft.azure.management.batchai.implementation.BatchAIManager
private final ConfigurableImpl = com.microsoft.azure.management.batchai.implementation.BatchAIManager$ConfigurableImpl of com.microsoft.azure.management.batchai.implementation.BatchAIManager
public Builder = com.microsoft.rest.RestClient$Builder of com.microsoft.rest.RestClient
public abstract Endpoint = com.microsoft.rest.protocol.Environment$Endpoint of com.microsoft.rest.protocol.Environment
public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_6_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)