SiteMachineKey Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SiteMachineKey
- com.
Implements
public final class SiteMachineKey
implements JsonSerializable<SiteMachineKey>
MachineKey of an app.
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 |
Methods inherited from java.lang.Object
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: