Home
last modified time | relevance | path

Searched refs:is_updatable_property_changed (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/azure/
H A Dazure_rm_webapp.py706 if self.is_updatable_property_changed(old_response):
790 def is_updatable_property_changed(self, existing_webapp): member in AzureRMWebApps
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/plugins/modules/
H A Dazure_rm_webapp.py717 if self.is_updatable_property_changed(old_response):
801 def is_updatable_property_changed(self, existing_webapp): member in AzureRMWebApps