public class ImageRegistryCredential extends Object
| Constructor and Description |
|---|
ImageRegistryCredential() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password value.
|
String |
server()
Get the server value.
|
String |
username()
Get the username value.
|
ImageRegistryCredential |
withPassword(String password)
Set the password value.
|
ImageRegistryCredential |
withServer(String server)
Set the server value.
|
ImageRegistryCredential |
withUsername(String username)
Set the username value.
|
public String server()
public ImageRegistryCredential withServer(String server)
server - the server value to setpublic String username()
public ImageRegistryCredential withUsername(String username)
username - the username value to setpublic String password()
public ImageRegistryCredential withPassword(String password)
password - the password 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.
*/