public final class CredentialResult extends Object
| Constructor and Description |
|---|
CredentialResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The name of the credential.
|
void |
validate()
Validates the instance.
|
byte[] |
value()
Get the value property: Base64-encoded Kubernetes configuration file.
|
public String name()
public byte[] value()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.