class com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl<com.microsoft.azure.management.batchai.BatchAIFileServer, com.microsoft.azure.management.batchai.implementation.FileServerInner, com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl> implements com.microsoft.azure.management.batchai.BatchAIFileServer, com.microsoft.azure.management.batchai.BatchAIFileServer$Definition
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl
super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl
{
private final com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl workspace;
descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.microsoft.azure.management.batchai.FileServerCreateParameters createParameters;
descriptor: Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
flags: (0x0002) ACC_PRIVATE
void <init>(java.lang.String, com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl, com.microsoft.azure.management.batchai.implementation.FileServerInner);
descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 3
invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.CreatableUpdatableImpl.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
1: aload 0
new com.microsoft.azure.management.batchai.FileServerCreateParameters
dup
invokespecial com.microsoft.azure.management.batchai.FileServerCreateParameters.<init>:()V
putfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
2: aload 0
aload 2
putfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 4 1 name Ljava/lang/String;
0 4 2 workspace Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
0 4 3 innerObject Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;
MethodParameters:
Name Flags
name
workspace
innerObject
public boolean isInCreateMode();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public rx.Observable<com.microsoft.azure.management.batchai.BatchAIFileServer> createResourceAsync();
descriptor: ()Lrx/Observable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.manager:()Lcom/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.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.name:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;)Lrx/Observable;
1: aload 0
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.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/BatchAIFileServerImpl;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;>;
protected rx.Observable<com.microsoft.azure.management.batchai.implementation.FileServerInner> getInnerAsync();
descriptor: ()Lrx/Observable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.manager:()Lcom/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.fileServers:()Lcom/microsoft/azure/management/batchai/implementation/FileServersInner;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.resourceGroupName:()Ljava/lang/String;
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIWorkspaceImpl.name:()Ljava/lang/String;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.name:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServersInner.getAsync:(Ljava/lang/String;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/BatchAIFileServerImpl;
Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;>;
public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withVMSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
aload 1
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withVmSize:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 2 1 vmSize Ljava/lang/String;
MethodParameters:
Name Flags
vmSize
public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withUserName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
aload 1
invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 2 1 userName Ljava/lang/String;
MethodParameters:
Name Flags
userName
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withSubnet(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
new com.microsoft.azure.management.batchai.ResourceId
dup
invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
aload 1
invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSubnet:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 2 1 subnetId Ljava/lang/String;
MethodParameters:
Name Flags
subnetId
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withSubnet(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
new com.microsoft.azure.management.batchai.ResourceId
dup
invokespecial com.microsoft.azure.management.batchai.ResourceId.<init>:()V
new java.lang.StringBuilder
dup
aload 1
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "/subnets/"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.microsoft.azure.management.batchai.ResourceId.withId:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ResourceId;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSubnet:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
pop
1: aload 0
areturn
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/BatchAIFileServerImpl;
0 2 1 networkId Ljava/lang/String;
0 2 2 subnetName Ljava/lang/String;
MethodParameters:
Name Flags
networkId
subnetName
private com.microsoft.azure.management.batchai.UserAccountSettings ensureUserAccountSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureSshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.userAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
ifnonnull 2
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
new com.microsoft.azure.management.batchai.UserAccountSettings
dup
invokespecial com.microsoft.azure.management.batchai.UserAccountSettings.<init>:()V
invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.withUserAccountSettings:(Lcom/microsoft/azure/management/batchai/UserAccountSettings;)Lcom/microsoft/azure/management/batchai/SshConfiguration;
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
invokevirtual com.microsoft.azure.management.batchai.SshConfiguration.userAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
private com.microsoft.azure.management.batchai.SshConfiguration ensureSshConfiguration();
descriptor: ()Lcom/microsoft/azure/management/batchai/SshConfiguration;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
ifnonnull 2
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
new com.microsoft.azure.management.batchai.SshConfiguration
dup
invokespecial com.microsoft.azure.management.batchai.SshConfiguration.<init>:()V
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withSshConfiguration:(Lcom/microsoft/azure/management/batchai/SshConfiguration;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
aload 1
invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 2 1 password Ljava/lang/String;
MethodParameters:
Name Flags
password
public com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl withSshPublicKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureUserAccountSettings:()Lcom/microsoft/azure/management/batchai/UserAccountSettings;
aload 1
invokevirtual com.microsoft.azure.management.batchai.UserAccountSettings.withAdminUserSshPublicKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/UserAccountSettings;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 2 1 sshPublicKey Ljava/lang/String;
MethodParameters:
Name Flags
sshPublicKey
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize withDataDisks(int, int, com.microsoft.azure.management.batchai.StorageAccountType);
descriptor: (IILcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithVMSize;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureDataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
iload 1
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskSizeInGB:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
1: iload 2
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskCount:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
2: aload 3
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withStorageAccountType:(Lcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/DataDisks;
pop
3: aload 0
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
0 4 1 diskSizeInGB I
0 4 2 diskCount I
0 4 3 storageAccountType Lcom/microsoft/azure/management/batchai/StorageAccountType;
MethodParameters:
Name Flags
diskSizeInGB
diskCount
storageAccountType
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize withDataDisks(int, int, com.microsoft.azure.management.batchai.StorageAccountType, com.microsoft.azure.management.batchai.CachingType);
descriptor: (IILcom/microsoft/azure/management/batchai/StorageAccountType;Lcom/microsoft/azure/management/batchai/CachingType;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithVMSize;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.ensureDataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
iload 1
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskSizeInGB:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
1: iload 2
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withDiskCount:(I)Lcom/microsoft/azure/management/batchai/DataDisks;
2: aload 3
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withStorageAccountType:(Lcom/microsoft/azure/management/batchai/StorageAccountType;)Lcom/microsoft/azure/management/batchai/DataDisks;
3: aload 4
invokevirtual com.microsoft.azure.management.batchai.DataDisks.withCachingType:(Lcom/microsoft/azure/management/batchai/CachingType;)Lcom/microsoft/azure/management/batchai/DataDisks;
pop
4: aload 0
areturn
end local 4 end local 3 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/BatchAIFileServerImpl;
0 5 1 diskSizeInGB I
0 5 2 diskCount I
0 5 3 storageAccountType Lcom/microsoft/azure/management/batchai/StorageAccountType;
0 5 4 cachingType Lcom/microsoft/azure/management/batchai/CachingType;
MethodParameters:
Name Flags
diskSizeInGB
diskCount
storageAccountType
cachingType
private com.microsoft.azure.management.batchai.DataDisks ensureDataDisks();
descriptor: ()Lcom/microsoft/azure/management/batchai/DataDisks;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
ifnonnull 2
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
new com.microsoft.azure.management.batchai.DataDisks
dup
invokespecial com.microsoft.azure.management.batchai.DataDisks.<init>:()V
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.withDataDisks:(Lcom/microsoft/azure/management/batchai/DataDisks;)Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.createParameters:Lcom/microsoft/azure/management/batchai/FileServerCreateParameters;
invokevirtual com.microsoft.azure.management.batchai.FileServerCreateParameters.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public java.lang.String vmSize();
descriptor: ()Ljava/lang/String;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.vmSize:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.SshConfiguration sshConfiguration();
descriptor: ()Lcom/microsoft/azure/management/batchai/SshConfiguration;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.sshConfiguration:()Lcom/microsoft/azure/management/batchai/SshConfiguration;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.DataDisks dataDisks();
descriptor: ()Lcom/microsoft/azure/management/batchai/DataDisks;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.dataDisks:()Lcom/microsoft/azure/management/batchai/DataDisks;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.ResourceId subnet();
descriptor: ()Lcom/microsoft/azure/management/batchai/ResourceId;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.subnet:()Lcom/microsoft/azure/management/batchai/ResourceId;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.MountSettings mountSettings();
descriptor: ()Lcom/microsoft/azure/management/batchai/MountSettings;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.mountSettings:()Lcom/microsoft/azure/management/batchai/MountSettings;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.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/BatchAIFileServerImpl;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.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/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.FileServerProvisioningState provisioningState();
descriptor: ()Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.provisioningState:()Lcom/microsoft/azure/management/batchai/FileServerProvisioningState;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.BatchAIWorkspace workspace();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIWorkspace;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.implementation.BatchAIManager manager();
descriptor: ()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.BatchAIFileServerImpl.workspace:Lcom/microsoft/azure/management/batchai/implementation/BatchAIWorkspaceImpl;
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
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public java.lang.String id();
descriptor: ()Ljava/lang/String;
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.BatchAIFileServerImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.implementation.FileServerInner
invokevirtual com.microsoft.azure.management.batchai.implementation.FileServerInner.id:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
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.BatchAIFileServerImpl.withPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate withSshPublicKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithCreate;
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.BatchAIFileServerImpl.withSshPublicKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserCredentials withUserName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithUserCredentials;
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.BatchAIFileServerImpl.withUserName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserName withVMSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/BatchAIFileServer$DefinitionStages$WithUserName;
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.BatchAIFileServerImpl.withVMSize:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object manager();
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.BatchAIFileServerImpl.manager:()Lcom/microsoft/azure/management/batchai/implementation/BatchAIManager;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/CreatableUpdatableImpl<Lcom/microsoft/azure/management/batchai/BatchAIFileServer;Lcom/microsoft/azure/management/batchai/implementation/FileServerInner;Lcom/microsoft/azure/management/batchai/implementation/BatchAIFileServerImpl;>;Lcom/microsoft/azure/management/batchai/BatchAIFileServer;Lcom/microsoft/azure/management/batchai/BatchAIFileServer$Definition;
SourceFile: "BatchAIFileServerImpl.java"
InnerClasses:
public abstract Definition = com.microsoft.azure.management.batchai.BatchAIFileServer$Definition of com.microsoft.azure.management.batchai.BatchAIFileServer
public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages of com.microsoft.azure.management.batchai.BatchAIFileServer
public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
public abstract WithUserCredentials = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserCredentials of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
public abstract WithUserName = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithUserName of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
public abstract WithVMSize = com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages$WithVMSize of com.microsoft.azure.management.batchai.BatchAIFileServer$DefinitionStages
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()