ContainerRegistry Class

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

public class ContainerRegistry

A private container registry.

Constructor Summary

Constructor Description
ContainerRegistry()

Method Summary

Modifier and Type Method and Description
ComputeNodeIdentityReference identityReference()

Get the identityReference value.

java.lang.String password()

Get the password value.

java.lang.String registryServer()

Get if omitted, the default is "docker.io".

java.lang.String userName()

Get the userName value.

ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)

Set the identityReference value.

ContainerRegistry withPassword(String password)

Set the password value.

ContainerRegistry withRegistryServer(String registryServer)

Set if omitted, the default is "docker.io".

ContainerRegistry withUserName(String userName)

Set the userName value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ContainerRegistry

public ContainerRegistry()

Method Details

identityReference

public ComputeNodeIdentityReference identityReference()

Get the identityReference value.

Returns:

the identityReference value

password

public String password()

Get the password value.

Returns:

the password value

registryServer

public String registryServer()

Get if omitted, the default is "docker.io".

Returns:

the registryServer value

userName

public String userName()

Get the userName value.

Returns:

the userName value

withIdentityReference

public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)

Set the identityReference value.

Parameters:

identityReference - the identityReference value to set

Returns:

the ContainerRegistry object itself.

withPassword

public ContainerRegistry withPassword(String password)

Set the password value.

Parameters:

password - the password value to set

Returns:

the ContainerRegistry object itself.

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.

withUserName

public ContainerRegistry withUserName(String userName)

Set the userName value.

Parameters:

userName - the userName value to set

Returns:

the ContainerRegistry object itself.

Applies to