Class ContainerRegistry

java.lang.Object
com.microsoft.azure.management.batch.ContainerRegistry

public class ContainerRegistry extends Object
A private container registry.
  • Constructor Details

    • ContainerRegistry

      public ContainerRegistry()
  • Method Details

    • userName

      public String userName()
      Get the userName value.
      Returns:
      the userName value
    • withUserName

      public ContainerRegistry withUserName(String userName)
      Set the userName value.
      Parameters:
      userName - the userName value to set
      Returns:
      the ContainerRegistry object itself.
    • password

      public String password()
      Get the password value.
      Returns:
      the password value
    • withPassword

      public ContainerRegistry withPassword(String password)
      Set the password value.
      Parameters:
      password - the password value to set
      Returns:
      the ContainerRegistry object itself.
    • registryServer

      public String registryServer()
      Get if omitted, the default is "docker.io".
      Returns:
      the registryServer value
    • withRegistryServer

      public ContainerRegistry withRegistryServer(String registryServer)
      Set if omitted, the default is "docker.io".
      Parameters:
      registryServer - the registryServer value to set
      Returns:
      the ContainerRegistry object itself.
    • identityReference

      public ComputeNodeIdentityReference identityReference()
      Get the identityReference value.
      Returns:
      the identityReference value
    • withIdentityReference

      public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)
      Set the identityReference value.
      Parameters:
      identityReference - the identityReference value to set
      Returns:
      the ContainerRegistry object itself.