Class RegenerateKeyParameters

java.lang.Object
com.azure.resourcemanager.appconfiguration.models.RegenerateKeyParameters

public final class RegenerateKeyParameters extends Object
The parameters used to regenerate an API key.
  • Constructor Details

    • RegenerateKeyParameters

      public RegenerateKeyParameters()
  • Method Details

    • id

      public String id()
      Get the id property: The id of the key to regenerate.
      Returns:
      the id value.
    • withId

      public RegenerateKeyParameters withId(String id)
      Set the id property: The id of the key to regenerate.
      Parameters:
      id - the id value to set.
      Returns:
      the RegenerateKeyParameters object itself.
    • validate

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