Class RegenerateActionParameter

java.lang.Object
com.azure.resourcemanager.appservice.models.RegenerateActionParameter

public final class RegenerateActionParameter extends Object
The access key regenerate action content.
  • Constructor Details

    • RegenerateActionParameter

      public RegenerateActionParameter()
  • Method Details

    • keyType

      public KeyType keyType()
      Get the keyType property: The key type.
      Returns:
      the keyType value.
    • withKeyType

      public RegenerateActionParameter withKeyType(KeyType keyType)
      Set the keyType property: The key type.
      Parameters:
      keyType - the keyType value to set.
      Returns:
      the RegenerateActionParameter object itself.
    • validate

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