Uses of Class
com.azure.resourcemanager.appservice.models.SiteMachineKey
-
Packages that use SiteMachineKey Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 SiteMachineKey Modifier and Type Method Description SiteMachineKeySiteConfigInner. machineKey()Get the machineKey property: Site MachineKey.SiteMachineKeySiteConfigResourceInner. 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 SiteMachineKey Modifier and Type Method Description SiteMachineKeySiteMachineKey. withDecryption(String decryption)Set the decryption property: Algorithm used for decryption.SiteMachineKeySiteMachineKey. withDecryptionKey(String decryptionKey)Set the decryptionKey property: Decryption key.SiteMachineKeySiteMachineKey. withValidation(String validation)Set the validation property: MachineKey validation.SiteMachineKeySiteMachineKey. withValidationKey(String validationKey)Set the validationKey property: Validation key.
-