CredentialResultsInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. fluent. models. CredentialResultsInner
- com.
Implements
public final class CredentialResultsInner
implements JsonSerializable<CredentialResultsInner>
The list credential result response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Credential |
fromJson(JsonReader jsonReader)
Reads an instance of Credential |
|
List<Credential |
kubeconfigs()
Get the kubeconfigs property: Base64-encoded Kubernetes configuration file. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CredentialResultsInner fromJson(JsonReader jsonReader)
Reads an instance of CredentialResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
kubeconfigs
public List<CredentialResult> kubeconfigs()
Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.
Returns:
toJson
validate
public void validate()
Validates the instance.