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.
Constructor Summary
Constructor | Description |
---|---|
CredentialResultsInner() |
Creates an instance of Credential |
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
Constructor Details
CredentialResultsInner
public CredentialResultsInner()
Creates an instance of CredentialResultsInner class.
Method Details
fromJson
public static CredentialResultsInner fromJson(JsonReader jsonReader)
Reads an instance of CredentialResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
kubeconfigs
public List
Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java