Class SiteMachineKey
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.SiteMachineKey
-
public final class SiteMachineKey extends Object
MachineKey of an app.
-
-
Constructor Summary
Constructors Constructor Description SiteMachineKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecryption()Get the decryption property: Algorithm used for decryption.StringdecryptionKey()Get the decryptionKey property: Decryption key.voidvalidate()Validates the instance.Stringvalidation()Get the validation property: MachineKey validation.StringvalidationKey()Get the validationKey property: Validation key.SiteMachineKeywithDecryption(String decryption)Set the decryption property: Algorithm used for decryption.SiteMachineKeywithDecryptionKey(String decryptionKey)Set the decryptionKey property: Decryption key.SiteMachineKeywithValidation(String validation)Set the validation property: MachineKey validation.SiteMachineKeywithValidationKey(String validationKey)Set the validationKey property: Validation key.
-
-
-
Method Detail
-
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.
-
-