Method: Fog::DNS::AzureRM::Mock#check_zone_exists
- Defined in:
- lib/fog/azurerm/requests/dns/check_zone_exists.rb
#check_zone_exists ⇒ Object
27 28 29 30 |
# File 'lib/fog/azurerm/requests/dns/check_zone_exists.rb', line 27 def check_zone_exists(*) Fog::Logger.debug 'Zone name name is available.' true end |