Class CredentialResultsInner

java.lang.Object
com.azure.resourcemanager.hybridkubernetes.fluent.models.CredentialResultsInner

public final class CredentialResultsInner extends Object
The list of credential result response.
  • Constructor Details

    • CredentialResultsInner

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

    • hybridConnectionConfig

      public HybridConnectionConfig hybridConnectionConfig()
      Get the hybridConnectionConfig property: Contains the REP (rendezvous endpoint) and “Sender” access token.
      Returns:
      the hybridConnectionConfig value.
    • kubeconfigs

      public List<CredentialResult> kubeconfigs()
      Get the kubeconfigs property: Base64-encoded Kubernetes configuration file.
      Returns:
      the kubeconfigs value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.