public class JobCredentialInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
JobCredentialInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password property: The credential password.
|
String |
username()
Get the username property: The credential user name.
|
void |
validate()
Validates the instance.
|
JobCredentialInner |
withPassword(String password)
Set the password property: The credential password.
|
JobCredentialInner |
withUsername(String username)
Set the username property: The credential user name.
|
public String username()
public JobCredentialInner withUsername(String username)
username - the username value to set.public String password()
public JobCredentialInner withPassword(String password)
password - the password value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.