class com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.AzureBlobFileSystemReference> implements com.microsoft.azure.management.batchai.AzureBlobFileSystem, com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl
super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
private com.microsoft.azure.management.batchai.model.HasMountVolumes parent;
descriptor: Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
flags: (0x0002) ACC_PRIVATE
void <init>(com.microsoft.azure.management.batchai.AzureBlobFileSystemReference, com.microsoft.azure.management.batchai.model.HasMountVolumes);
descriptor: (Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl.<init>:(Ljava/lang/Object;)V
1: aload 0
aload 2
putfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
0 3 1 inner Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
0 3 2 parent Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
MethodParameters:
Name Flags
inner
parent
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT> withStorageAccountName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
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.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withAccountName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 storageAccountName Ljava/lang/String;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
MethodParameters:
Name Flags
storageAccountName
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition<ParentT> withRelativeMountPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
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.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 mountPath Ljava/lang/String;
Signature: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
MethodParameters:
Name Flags
mountPath
public ParentT attach();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
aload 0
invokeinterface com.microsoft.azure.management.batchai.model.HasMountVolumes.attachAzureBlobFileSystem:(Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem;)V
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.parent:Lcom/microsoft/azure/management/batchai/model/HasMountVolumes;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
Signature: ()TParentT;
public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withAccountKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
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.AzureBlobFileSystemImpl.ensureCredentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.withAccountKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 accountKey Ljava/lang/String;
MethodParameters:
Name Flags
accountKey
private com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo ensureCredentials();
descriptor: ()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
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.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
ifnonnull 2
1: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
new com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo
dup
invokespecial com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.<init>:()V
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withCredentials:(Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
pop
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.credentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl<TParentT;>;
public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withKeyVaultSecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
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.AzureBlobFileSystemImpl.ensureCredentials:()Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureStorageCredentialsInfo.withAccountKeySecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureStorageCredentialsInfo;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 keyVaultSecretReference Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
MethodParameters:
Name Flags
keyVaultSecretReference
public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withContainerName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
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.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withContainerName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 containerName Ljava/lang/String;
MethodParameters:
Name Flags
containerName
public com.microsoft.azure.management.batchai.implementation.AzureBlobFileSystemImpl withMountOptions(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
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.AzureBlobFileSystemImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.AzureBlobFileSystemReference
aload 1
invokevirtual com.microsoft.azure.management.batchai.AzureBlobFileSystemReference.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;
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/AzureBlobFileSystemImpl<TParentT;>;
0 2 1 mountOptions Ljava/lang/String;
MethodParameters:
Name Flags
mountOptions
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithStorageContainerName withStorageAccountName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithStorageContainerName;
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.AzureBlobFileSystemImpl.withStorageAccountName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withAccountKey(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
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.AzureBlobFileSystemImpl.withAccountKey:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withKeyVaultSecretReference(com.microsoft.azure.management.batchai.KeyVaultSecretReference);
descriptor: (Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
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.AzureBlobFileSystemImpl.withKeyVaultSecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials withRelativeMountPath(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials;
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.AzureBlobFileSystemImpl.withRelativeMountPath:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach withMountOptions(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithAttach;
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.AzureBlobFileSystemImpl.withMountOptions:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath withContainerName(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath;
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.AzureBlobFileSystemImpl.withContainerName:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/AzureBlobFileSystemImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <ParentT:Ljava/lang/Object;>Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/AzureBlobFileSystemReference;>;Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem;Lcom/microsoft/azure/management/batchai/AzureBlobFileSystem$Definition<TParentT;>;
SourceFile: "AzureBlobFileSystemImpl.java"
InnerClasses:
public abstract Definition = com.microsoft.azure.management.batchai.AzureBlobFileSystem$Definition of com.microsoft.azure.management.batchai.AzureBlobFileSystem
public abstract DefinitionStages = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages of com.microsoft.azure.management.batchai.AzureBlobFileSystem
public abstract WithAttach = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
public abstract WithAzureStorageCredentials = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithAzureStorageCredentials of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
public abstract WithRelativeMountPath = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithRelativeMountPath of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
public abstract WithStorageContainerName = com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages$WithStorageContainerName of com.microsoft.azure.management.batchai.AzureBlobFileSystem$DefinitionStages
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()