### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey" name: "SiteMachineKey" nameWithType: "SiteMachineKey" summary: "MachineKey of an app." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SiteMachineKey**
implements <>" constructors: - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.SiteMachineKey()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.SiteMachineKey()" name: "SiteMachineKey()" nameWithType: "SiteMachineKey.SiteMachineKey()" summary: "Creates an instance of SiteMachineKey class." syntax: "public SiteMachineKey()" desc: "Creates an instance of SiteMachineKey class." methods: - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryption()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryption()" name: "decryption()" nameWithType: "SiteMachineKey.decryption()" summary: "Get the decryption property: Algorithm used for decryption." syntax: "public String decryption()" desc: "Get the decryption property: Algorithm used for decryption." returns: description: "the decryption value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryptionKey()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.decryptionKey()" name: "decryptionKey()" nameWithType: "SiteMachineKey.decryptionKey()" summary: "Get the decryptionKey property: Decryption key." syntax: "public String decryptionKey()" desc: "Get the decryptionKey property: Decryption key." returns: description: "the decryptionKey value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "SiteMachineKey.fromJson(JsonReader jsonReader)" summary: "Reads an instance of SiteMachineKey from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static SiteMachineKey fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the SiteMachineKey." type: "IOException" desc: "Reads an instance of SiteMachineKey from the JsonReader." returns: description: "An instance of SiteMachineKey if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "SiteMachineKey.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validate()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validate()" name: "validate()" nameWithType: "SiteMachineKey.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validation()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validation()" name: "validation()" nameWithType: "SiteMachineKey.validation()" summary: "Get the validation property: MachineKey validation." syntax: "public String validation()" desc: "Get the validation property: MachineKey validation." returns: description: "the validation value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validationKey()" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.validationKey()" name: "validationKey()" nameWithType: "SiteMachineKey.validationKey()" summary: "Get the validationKey property: Validation key." syntax: "public String validationKey()" desc: "Get the validationKey property: Validation key." returns: description: "the validationKey value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryption(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryption(String decryption)" name: "withDecryption(String decryption)" nameWithType: "SiteMachineKey.withDecryption(String decryption)" summary: "Set the decryption property: Algorithm used for decryption." parameters: - description: "the decryption value to set." name: "decryption" type: "String" syntax: "public SiteMachineKey withDecryption(String decryption)" desc: "Set the decryption property: Algorithm used for decryption." returns: description: "the SiteMachineKey object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryptionKey(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withDecryptionKey(String decryptionKey)" name: "withDecryptionKey(String decryptionKey)" nameWithType: "SiteMachineKey.withDecryptionKey(String decryptionKey)" summary: "Set the decryptionKey property: Decryption key." parameters: - description: "the decryptionKey value to set." name: "decryptionKey" type: "String" syntax: "public SiteMachineKey withDecryptionKey(String decryptionKey)" desc: "Set the decryptionKey property: Decryption key." returns: description: "the SiteMachineKey object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidation(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidation(String validation)" name: "withValidation(String validation)" nameWithType: "SiteMachineKey.withValidation(String validation)" summary: "Set the validation property: MachineKey validation." parameters: - description: "the validation value to set." name: "validation" type: "String" syntax: "public SiteMachineKey withValidation(String validation)" desc: "Set the validation property: MachineKey validation." returns: description: "the SiteMachineKey object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidationKey(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.SiteMachineKey.withValidationKey(String validationKey)" name: "withValidationKey(String validationKey)" nameWithType: "SiteMachineKey.withValidationKey(String validationKey)" summary: "Set the validationKey property: Validation key." parameters: - description: "the validationKey value to set." name: "validationKey" type: "String" syntax: "public SiteMachineKey withValidationKey(String validationKey)" desc: "Set the validationKey property: Validation key." returns: description: "the SiteMachineKey object itself." type: "" type: "class" desc: "MachineKey of an app." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.appservice.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0