Class CredentialResult

java.lang.Object
com.azure.resourcemanager.hybridkubernetes.models.CredentialResult

public final class CredentialResult extends Object
The credential result response.
  • Constructor Details

    • CredentialResult

      public CredentialResult()
      Creates an instance of CredentialResult class.
  • Method Details

    • 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.