Class SiteMachineKey

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

public final class SiteMachineKey extends Object
MachineKey of an app.
  • Constructor Details

    • SiteMachineKey

      public SiteMachineKey()
  • Method Details

    • validation

      public String validation()
      Get the validation property: MachineKey validation.
      Returns:
      the validation value.
    • withValidation

      public SiteMachineKey withValidation(String validation)
      Set the validation property: MachineKey validation.
      Parameters:
      validation - the validation value to set.
      Returns:
      the SiteMachineKey object itself.
    • validationKey

      public String validationKey()
      Get the validationKey property: Validation key.
      Returns:
      the validationKey value.
    • withValidationKey

      public SiteMachineKey withValidationKey(String validationKey)
      Set the validationKey property: Validation key.
      Parameters:
      validationKey - the validationKey value to set.
      Returns:
      the SiteMachineKey object itself.
    • decryption

      public String decryption()
      Get the decryption property: Algorithm used for decryption.
      Returns:
      the decryption value.
    • withDecryption

      public SiteMachineKey withDecryption(String decryption)
      Set the decryption property: Algorithm used for decryption.
      Parameters:
      decryption - the decryption value to set.
      Returns:
      the SiteMachineKey object itself.
    • decryptionKey

      public String decryptionKey()
      Get the decryptionKey property: Decryption key.
      Returns:
      the decryptionKey value.
    • withDecryptionKey

      public SiteMachineKey withDecryptionKey(String decryptionKey)
      Set the decryptionKey property: Decryption key.
      Parameters:
      decryptionKey - the decryptionKey value to set.
      Returns:
      the SiteMachineKey object itself.
    • validate

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