Class CredentialResult
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.models.CredentialResult
-
public final class CredentialResult extends Object
The credential result response.
-
-
Constructor Summary
Constructors Constructor Description CredentialResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: The name of the credential.voidvalidate()Validates the instance.byte[]value()Get the value property: Base64-encoded Kubernetes configuration file.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The name of the credential.- Returns:
- the name value.
-
value
public byte[] value()
Get the value property: Base64-encoded Kubernetes configuration file.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-