SiteMachineKey Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SiteMachineKey
- com.
Implements
public final class SiteMachineKey
implements JsonSerializable<SiteMachineKey>
MachineKey of an app.
Constructor Summary
Constructor | Description |
---|---|
SiteMachineKey() |
Creates an instance of Site |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
decryption()
Get the decryption property: Algorithm used for decryption. |
String |
decryptionKey()
Get the decryption |
static
Site |
fromJson(JsonReader jsonReader)
Reads an instance of Site |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
validation()
Get the validation property: Machine |
String |
validationKey()
Get the validation |
Site |
withDecryption(String decryption)
Set the decryption property: Algorithm used for decryption. |
Site |
withDecryptionKey(String decryptionKey)
Set the decryption |
Site |
withValidation(String validation)
Set the validation property: Machine |
Site |
withValidationKey(String validationKey)
Set the validation |
Methods inherited from java.lang.Object
Constructor Details
SiteMachineKey
public SiteMachineKey()
Creates an instance of SiteMachineKey class.
Method Details
decryption
public String decryption()
Get the decryption property: Algorithm used for decryption.
Returns:
decryptionKey
public String decryptionKey()
Get the decryptionKey property: Decryption key.
Returns:
fromJson
public static SiteMachineKey fromJson(JsonReader jsonReader)
Reads an instance of SiteMachineKey from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
validation
public String validation()
Get the validation property: MachineKey validation.
Returns:
validationKey
public String validationKey()
Get the validationKey property: Validation key.
Returns:
withDecryption
public SiteMachineKey withDecryption(String decryption)
Set the decryption property: Algorithm used for decryption.
Parameters:
Returns:
withDecryptionKey
public SiteMachineKey withDecryptionKey(String decryptionKey)
Set the decryptionKey property: Decryption key.
Parameters:
Returns:
withValidation
public SiteMachineKey withValidation(String validation)
Set the validation property: MachineKey validation.
Parameters:
Returns:
withValidationKey
public SiteMachineKey withValidationKey(String validationKey)
Set the validationKey property: Validation key.
Parameters:
Returns:
Applies to
Azure SDK for Java