class com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.batchai.BatchAIWorkspace, com.microsoft.azure.management.batchai.implementation.WorkspaceInner, com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl, com.microsoft.azure.management.batchai.implementation.BatchAIManager> implements com.microsoft.azure.management.batchai.BatchAIWorkspace, com.microsoft.azure.management.batchai.BatchAIWorkspace$Definition, com.microsoft.azure.management.batchai.BatchAIWorkspace$Update
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl
super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
private com.microsoft.azure.management.batchai.BatchAIClusters clusters;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIClusters;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIFileServers fileServers;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
flags: (0x0002) ACC_PRIVATE
private com.microsoft.azure.management.batchai.BatchAIExperiments experiments;
descriptor: Lcom/microsoft/azure/management/batchai/BatchAIExperiments;
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.String, com.microsoft.azure.management.batchai.implementation.WorkspaceInner, com.microsoft.azure.management.batchai.implementation.BatchAIManager);
descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
0 2 1 name Ljava/lang/String;
0 2 2 innerObject Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;
0 2 3 manager Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
MethodParameters:
Name Flags
name
innerObject
manager
public org.joda.time.DateTime creationTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.creationTime:()Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
public com.microsoft.azure.management.batchai.ProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/batchai/ProvisioningState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.provisioningState:()Lcom/microsoft/azure/management/batchai/ProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
public org.joda.time.DateTime provisioningStateTransitionTime();
descriptor: ()Lorg/joda/time/DateTime;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.provisioningStateTransitionTime:()Lorg/joda/time/DateTime;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
public com.microsoft.azure.management.batchai.BatchAIClusters clusters();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIClusters;
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.BatchAIWorkspaceImpl.clusters:Lcom/microsoft/azure/management/batchai/BatchAIClusters;
ifnonnull 2
1: aload 0
new com.microsoft.azure.management.batchai.implementation.BatchAIClustersImpl
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIClustersImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;)V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.clusters:Lcom/microsoft/azure/management/batchai/BatchAIClusters;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.clusters:Lcom/microsoft/azure/management/batchai/BatchAIClusters;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
public com.microsoft.azure.management.batchai.BatchAIExperiments experiments();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIExperiments;
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.BatchAIWorkspaceImpl.experiments:Lcom/microsoft/azure/management/batchai/BatchAIExperiments;
ifnonnull 2
1: aload 0
new com.microsoft.azure.management.batchai.implementation.BatchAIExperimentsImpl
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIExperimentsImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;)V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.experiments:Lcom/microsoft/azure/management/batchai/BatchAIExperiments;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.experiments:Lcom/microsoft/azure/management/batchai/BatchAIExperiments;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
public com.microsoft.azure.management.batchai.BatchAIFileServers fileServers();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
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.BatchAIWorkspaceImpl.fileServers:Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
ifnonnull 2
1: aload 0
new com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl
dup
aload 0
invokespecial com.microsoft.azure.management.batchai.implementation.BatchAIFileServersImpl.<init>:(Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;)V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.fileServers:Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.fileServers:Lcom/microsoft/azure/management/batchai/BatchAIFileServers;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
protected rx.Observable<com.microsoft.azure.management.batchai.implementation.WorkspaceInner> getInnerAsync();
descriptor: ()Lrx/Observable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.workspaces:()Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;>;
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIWorkspace> createResourceAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: new com.microsoft.azure.management.batchai.WorkspaceCreateParameters
dup
invokespecial com.microsoft.azure.management.batchai.WorkspaceCreateParameters.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.regionName:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.WorkspaceCreateParameters.withLocation:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
pop
2: aload 1
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.getTags:()Ljava/util/Map;
invokevirtual com.microsoft.azure.management.batchai.WorkspaceCreateParameters.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
pop
3: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.workspaces:()Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;)Lrx/Observable;
4: aload 0
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
5: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
1 6 1 createParameters Lcom/microsoft/azure/management/batchai/WorkspaceCreateParameters;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIWorkspace> updateResourceAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManager
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManager.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIManagementClientImpl.workspaces:()Lcom/microsoft/azure/management/batchai/implementation/WorkspacesInner;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.WorkspaceInner
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspaceInner.getTags:()Ljava/util/Map;
invokevirtual com.microsoft.azure.management.batchai.implementation.WorkspacesInner.updateAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lrx/Observable;
1: aload 0
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;>;
public java.lang.Object withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withRegion(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object update();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withTags(java.util.Map);
descriptor: (Ljava/util/Map;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup);
descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroup;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withExistingResourceGroup:(Lcom/microsoft/azure/management/resources/ResourceGroup;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withExistingResourceGroup(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable);
descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withNewResourceGroup:(Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withNewResourceGroup(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withNewResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withNewResourceGroup();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withTag(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object withoutTag(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;Lcom/microsoft/azure/management/batchai/implementation/WorkspaceInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;>;Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;Lcom/microsoft/azure/management/batchai/BatchAIWorkspace$Definition;Lcom/microsoft/azure/management/batchai/BatchAIWorkspace$Update;
SourceFile: "BatchAIWorkspaceImpl.java"
InnerClasses:
public abstract Definition = com.microsoft.azure.management.batchai.BatchAIWorkspace$Definition of com.microsoft.azure.management.batchai.BatchAIWorkspace
public abstract Update = com.microsoft.azure.management.batchai.BatchAIWorkspace$Update of com.microsoft.azure.management.batchai.BatchAIWorkspace
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()