Class: Ansible::Ruby::Modules::Azure_rm_dnsrecordset_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_dnsrecordset_facts
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb
Overview
Get facts for a specific DNS Record Set in a Zone, or a specific type in all Zones or in one Zone etc.
Instance Method Summary collapse
-
#record_type ⇒ String?
Limit record sets by record type.
-
#relative_name ⇒ String?
Only show results for a Record Set.
-
#resource_group ⇒ String?
Limit results by resource group.
-
#top ⇒ Integer?
Limit the maximum number of record sets to return.
-
#zone_name ⇒ String?
Limit results by zones.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#record_type ⇒ String?
Returns Limit record sets by record type.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 24 attribute :record_type |
#relative_name ⇒ String?
Returns Only show results for a Record Set.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 12 attribute :relative_name |
#resource_group ⇒ String?
Returns Limit results by resource group. Required when filtering by name or type.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 16 attribute :resource_group |
#top ⇒ Integer?
Returns Limit the maximum number of record sets to return.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 28 attribute :top |
#zone_name ⇒ String?
Returns Limit results by zones. Required when filtering by name or type.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_dnsrecordset_facts.rb', line 20 attribute :zone_name |