Class ListClusterUserCredentialProperties

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

public final class ListClusterUserCredentialProperties extends Object
The ListClusterUserCredentialProperties model.
  • Constructor Details

    • ListClusterUserCredentialProperties

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

    • authenticationMethod

      public AuthenticationMethod authenticationMethod()
      Get the authenticationMethod property: The mode of client authentication.
      Returns:
      the authenticationMethod value.
    • withAuthenticationMethod

      public ListClusterUserCredentialProperties withAuthenticationMethod(AuthenticationMethod authenticationMethod)
      Set the authenticationMethod property: The mode of client authentication.
      Parameters:
      authenticationMethod - the authenticationMethod value to set.
      Returns:
      the ListClusterUserCredentialProperties object itself.
    • clientProxy

      public boolean clientProxy()
      Get the clientProxy property: Boolean value to indicate whether the request is for client side proxy or not.
      Returns:
      the clientProxy value.
    • withClientProxy

      public ListClusterUserCredentialProperties withClientProxy(boolean clientProxy)
      Set the clientProxy property: Boolean value to indicate whether the request is for client side proxy or not.
      Parameters:
      clientProxy - the clientProxy value to set.
      Returns:
      the ListClusterUserCredentialProperties object itself.
    • validate

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