Class CredentialResult
java.lang.Object
com.microsoft.azure.management.containerservice.CredentialResult
The credential result response.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CredentialResult
public CredentialResult()
-
-
Method Details
-
name
Get the name of the credential.- Returns:
- the name value
-
value
public byte[] value()Get base64-encoded Kubernetes configuration file.- Returns:
- the value value
-