Class ContainerRegistry
java.lang.Object
com.microsoft.azure.management.batch.ContainerRegistry
A private container registry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the identityReference value.password()
Get the password value.Get if omitted, the default is "docker.io".userName()
Get the userName value.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference value.withPassword
(String password) Set the password value.withRegistryServer
(String registryServer) Set if omitted, the default is "docker.io".withUserName
(String userName) Set the userName value.
-
Constructor Details
-
ContainerRegistry
public ContainerRegistry()
-
-
Method Details
-
userName
Get the userName value.- Returns:
- the userName value
-
withUserName
Set the userName value.- Parameters:
userName
- the userName value to set- Returns:
- the ContainerRegistry object itself.
-
password
Get the password value.- Returns:
- the password value
-
withPassword
Set the password value.- Parameters:
password
- the password value to set- Returns:
- the ContainerRegistry object itself.
-
registryServer
Get if omitted, the default is "docker.io".- Returns:
- the registryServer value
-
withRegistryServer
Set if omitted, the default is "docker.io".- Parameters:
registryServer
- the registryServer value to set- Returns:
- the ContainerRegistry object itself.
-
identityReference
Get the identityReference value.- Returns:
- the identityReference value
-
withIdentityReference
Set the identityReference value.- Parameters:
identityReference
- the identityReference value to set- Returns:
- the ContainerRegistry object itself.
-