Uses of Class
com.azure.resourcemanager.appservice.models.SiteMachineKey
Packages that use SiteMachineKey
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SiteMachineKey in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteMachineKeyModifier and TypeMethodDescriptionSiteConfigInner.machineKey()
Get the machineKey property: Site MachineKey.SiteConfigResourceInner.machineKey()
Get the machineKey property: Site MachineKey. -
Uses of SiteMachineKey in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SiteMachineKeyModifier and TypeMethodDescriptionstatic SiteMachineKey
SiteMachineKey.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteMachineKey from the JsonReader.SiteMachineKey.withDecryption
(String decryption) Set the decryption property: Algorithm used for decryption.SiteMachineKey.withDecryptionKey
(String decryptionKey) Set the decryptionKey property: Decryption key.SiteMachineKey.withValidation
(String validation) Set the validation property: MachineKey validation.SiteMachineKey.withValidationKey
(String validationKey) Set the validationKey property: Validation key.