### YamlMime:JavaType uid: "com.microsoft.azure.management.batch.ContainerRegistry" fullName: "com.microsoft.azure.management.batch.ContainerRegistry" name: "ContainerRegistry" nameWithType: "ContainerRegistry" summary: "A private container registry." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **ContainerRegistry**" constructors: - uid: "com.microsoft.azure.management.batch.ContainerRegistry.ContainerRegistry()" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.ContainerRegistry()" name: "ContainerRegistry()" nameWithType: "ContainerRegistry.ContainerRegistry()" syntax: "public ContainerRegistry()" methods: - uid: "com.microsoft.azure.management.batch.ContainerRegistry.identityReference()" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.identityReference()" name: "identityReference()" nameWithType: "ContainerRegistry.identityReference()" summary: "Get the identityReference value." syntax: "public ComputeNodeIdentityReference identityReference()" desc: "Get the identityReference value." returns: description: "the identityReference value" type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.password()" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.password()" name: "password()" nameWithType: "ContainerRegistry.password()" summary: "Get the password value." syntax: "public String password()" desc: "Get the password value." returns: description: "the password value" type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.registryServer()" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.registryServer()" name: "registryServer()" nameWithType: "ContainerRegistry.registryServer()" summary: "Get if omitted, the default is \"docker.io\"." syntax: "public String registryServer()" desc: "Get if omitted, the default is \"docker.io\"." returns: description: "the registryServer value" type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.userName()" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.userName()" name: "userName()" nameWithType: "ContainerRegistry.userName()" summary: "Get the userName value." syntax: "public String userName()" desc: "Get the userName value." returns: description: "the userName value" type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.withIdentityReference(com.microsoft.azure.management.batch.ComputeNodeIdentityReference)" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)" name: "withIdentityReference(ComputeNodeIdentityReference identityReference)" nameWithType: "ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)" summary: "Set the identityReference value." parameters: - description: "the identityReference value to set" name: "identityReference" type: "" syntax: "public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)" desc: "Set the identityReference value." returns: description: "the ContainerRegistry object itself." type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.withPassword(java.lang.String)" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withPassword(String password)" name: "withPassword(String password)" nameWithType: "ContainerRegistry.withPassword(String password)" summary: "Set the password value." parameters: - description: "the password value to set" name: "password" type: "" syntax: "public ContainerRegistry withPassword(String password)" desc: "Set the password value." returns: description: "the ContainerRegistry object itself." type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.withRegistryServer(java.lang.String)" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withRegistryServer(String registryServer)" name: "withRegistryServer(String registryServer)" nameWithType: "ContainerRegistry.withRegistryServer(String registryServer)" summary: "Set if omitted, the default is \"docker.io\"." parameters: - description: "the registryServer value to set" name: "registryServer" type: "" syntax: "public ContainerRegistry withRegistryServer(String registryServer)" desc: "Set if omitted, the default is \"docker.io\"." returns: description: "the ContainerRegistry object itself." type: "" - uid: "com.microsoft.azure.management.batch.ContainerRegistry.withUserName(java.lang.String)" fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withUserName(String userName)" name: "withUserName(String userName)" nameWithType: "ContainerRegistry.withUserName(String userName)" summary: "Set the userName value." parameters: - description: "the userName value to set" name: "userName" type: "" syntax: "public ContainerRegistry withUserName(String userName)" desc: "Set the userName value." returns: description: "the ContainerRegistry object itself." type: "" type: "class" desc: "A private container registry." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4