public class ContainerRegistry extends Object
| Constructor and Description |
|---|
ContainerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
ComputeNodeIdentityReference |
identityReference()
Get the identityReference value.
|
String |
password()
Get the password value.
|
String |
registryServer()
Get if omitted, the default is "docker.io".
|
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.
|
public String userName()
public ContainerRegistry withUserName(String userName)
userName - the userName value to setpublic String password()
public ContainerRegistry withPassword(String password)
password - the password value to setpublic String registryServer()
public ContainerRegistry withRegistryServer(String registryServer)
registryServer - the registryServer value to setpublic ComputeNodeIdentityReference identityReference()
public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)
identityReference - the identityReference value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/