class com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl extends com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl<com.microsoft.azure.management.batchai.ContainerSettings> implements com.microsoft.azure.management.batchai.ContainerImageSettings$Definition<com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl
super_class: com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableWrapperImpl
{
private com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl parent;
descriptor: Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
flags: (0x0002) ACC_PRIVATE
protected void <init>(com.microsoft.azure.management.batchai.ContainerSettings, com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl);
descriptor: (Lcom/microsoft/azure/management/batchai/ContainerSettings;Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;)V
flags: (0x0004) ACC_PROTECTED
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.ContainerImageSettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
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/ContainerImageSettingsImpl;
0 3 1 inner Lcom/microsoft/azure/management/batchai/ContainerSettings;
0 3 2 parent Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
MethodParameters:
Name Flags
inner
parent
public com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate attach();
descriptor: ()Lcom/microsoft/azure/management/batchai/BatchAIJob$DefinitionStages$WithCreate;
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.ContainerImageSettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.BatchAIJobImpl.attachContainerSettings:(Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;)V
1: aload 0
getfield com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl.parent:Lcom/microsoft/azure/management/batchai/implementation/BatchAIJobImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
public com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl withRegistryUrl(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
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.ContainerImageSettingsImpl.ensureImageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
aload 1
invokevirtual com.microsoft.azure.management.batchai.ImageSourceRegistry.withServerUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
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/ContainerImageSettingsImpl;
0 2 1 serverUrl Ljava/lang/String;
MethodParameters:
Name Flags
serverUrl
public com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl withRegistryUsername(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl.ensureImageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
new com.microsoft.azure.management.batchai.PrivateRegistryCredentials
dup
invokespecial com.microsoft.azure.management.batchai.PrivateRegistryCredentials.<init>:()V
aload 1
invokevirtual com.microsoft.azure.management.batchai.PrivateRegistryCredentials.withUsername:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;
invokevirtual com.microsoft.azure.management.batchai.ImageSourceRegistry.withCredentials:(Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;)Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
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/ContainerImageSettingsImpl;
0 2 1 username Ljava/lang/String;
MethodParameters:
Name Flags
username
public com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl withRegistryPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
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.ContainerImageSettingsImpl.ensureImageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
invokevirtual com.microsoft.azure.management.batchai.ImageSourceRegistry.credentials:()Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;
aload 1
invokevirtual com.microsoft.azure.management.batchai.PrivateRegistryCredentials.withPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;
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/ContainerImageSettingsImpl;
0 2 1 password Ljava/lang/String;
MethodParameters:
Name Flags
password
public com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl withRegistrySecretReference(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl.ensureImageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
invokevirtual com.microsoft.azure.management.batchai.ImageSourceRegistry.credentials:()Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;
1: new com.microsoft.azure.management.batchai.KeyVaultSecretReference
dup
invokespecial com.microsoft.azure.management.batchai.KeyVaultSecretReference.<init>:()V
2: 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.KeyVaultSecretReference.withSourceVault:(Lcom/microsoft/azure/management/batchai/ResourceId;)Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
3: aload 2
invokevirtual com.microsoft.azure.management.batchai.KeyVaultSecretReference.withSecretUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;
4: invokevirtual com.microsoft.azure.management.batchai.PrivateRegistryCredentials.withPasswordSecretReference:(Lcom/microsoft/azure/management/batchai/KeyVaultSecretReference;)Lcom/microsoft/azure/management/batchai/PrivateRegistryCredentials;
pop
5: aload 0
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
0 6 1 keyVaultId Ljava/lang/String;
0 6 2 secretUrl Ljava/lang/String;
MethodParameters:
Name Flags
keyVaultId
secretUrl
public com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl withShmSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
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.ContainerImageSettingsImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.ContainerSettings
aload 1
invokevirtual com.microsoft.azure.management.batchai.ContainerSettings.withShmSize:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerSettings;
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/ContainerImageSettingsImpl;
0 2 1 shmSize Ljava/lang/String;
MethodParameters:
Name Flags
shmSize
private com.microsoft.azure.management.batchai.ImageSourceRegistry ensureImageSourceRegistry();
descriptor: ()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
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.ContainerImageSettingsImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.ContainerSettings
invokevirtual com.microsoft.azure.management.batchai.ContainerSettings.imageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
ifnonnull 2
1: aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.ContainerSettings
new com.microsoft.azure.management.batchai.ImageSourceRegistry
dup
invokespecial com.microsoft.azure.management.batchai.ImageSourceRegistry.<init>:()V
invokevirtual com.microsoft.azure.management.batchai.ContainerSettings.withImageSourceRegistry:(Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;)Lcom/microsoft/azure/management/batchai/ContainerSettings;
pop
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.microsoft.azure.management.batchai.implementation.ContainerImageSettingsImpl.inner:()Ljava/lang/Object;
checkcast com.microsoft.azure.management.batchai.ContainerSettings
invokevirtual com.microsoft.azure.management.batchai.ContainerSettings.imageSourceRegistry:()Lcom/microsoft/azure/management/batchai/ImageSourceRegistry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
public com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithAttach withRegistryPassword(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerImageSettings$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.ContainerImageSettingsImpl.withRegistryPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object attach();
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.ContainerImageSettingsImpl.attach:()Lcom/microsoft/azure/management/batchai/BatchAIJob$DefinitionStages$WithCreate;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithAttach withRegistryUrl(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerImageSettings$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.ContainerImageSettingsImpl.withRegistryUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithRegistryCredentials withRegistryUsername(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerImageSettings$DefinitionStages$WithRegistryCredentials;
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.ContainerImageSettingsImpl.withRegistryUsername:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithAttach withRegistrySecretReference(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerImageSettings$DefinitionStages$WithAttach;
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.ContainerImageSettingsImpl.withRegistrySecretReference:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithAttach withShmSize(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ContainerImageSettings$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.ContainerImageSettingsImpl.withShmSize:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/implementation/ContainerImageSettingsImpl;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableWrapperImpl<Lcom/microsoft/azure/management/batchai/ContainerSettings;>;Lcom/microsoft/azure/management/batchai/ContainerImageSettings$Definition<Lcom/microsoft/azure/management/batchai/BatchAIJob$DefinitionStages$WithCreate;>;
SourceFile: "ContainerImageSettingsImpl.java"
InnerClasses:
public abstract DefinitionStages = com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages of com.microsoft.azure.management.batchai.BatchAIJob
public abstract WithCreate = com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages$WithCreate of com.microsoft.azure.management.batchai.BatchAIJob$DefinitionStages
public abstract Definition = com.microsoft.azure.management.batchai.ContainerImageSettings$Definition of com.microsoft.azure.management.batchai.ContainerImageSettings
public abstract DefinitionStages = com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages of com.microsoft.azure.management.batchai.ContainerImageSettings
public abstract WithAttach = com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithAttach of com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages
public abstract WithRegistryCredentials = com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages$WithRegistryCredentials of com.microsoft.azure.management.batchai.ContainerImageSettings$DefinitionStages
RuntimeInvisibleAnnotations:
com.microsoft.azure.management.apigeneration.LangDefinition()