Share via


CredentialResultsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.fluent.models.CredentialResultsInner

Implements

public final class CredentialResultsInner
implements JsonSerializable<CredentialResultsInner>

The list credential result response.

Method Summary

Modifier and Type Method and Description
static CredentialResultsInner fromJson(JsonReader jsonReader)

Reads an instance of CredentialResultsInner from the JsonReader.

List<CredentialResult> kubeconfigs()

Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of CredentialResultsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CredentialResultsInner.

kubeconfigs

public List<CredentialResult> kubeconfigs()

Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.

Returns:

the kubeconfigs value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to