Class: Ansible::Ruby::Modules::Azure_rm_webapp_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp_facts.rb

Overview

Get facts for a specific web app or all web app in a resource group, or all web app in current subscription.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString?

Returns Only show results for a specific web app.

Returns:

  • (String, nil)

    Only show results for a specific web app.



12
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp_facts.rb', line 12

attribute :name

#resource_groupString?

Returns Limit results by resource group.

Returns:

  • (String, nil)

    Limit results by resource group.



16
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp_facts.rb', line 16

attribute :resource_group

#return_publish_profileSymbol?

Returns Indicate wheather to return publishing profile of the web app.

Returns:

  • (Symbol, nil)

    Indicate wheather to return publishing profile of the web app.



20
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp_facts.rb', line 20

attribute :return_publish_profile

#tagsArray<String>, ...

Returns Limit results by providing a list of tags. Format tags as ‘key’ or ‘key:value’.

Returns:

  • (Array<String>, String, nil)

    Limit results by providing a list of tags. Format tags as ‘key’ or ‘key:value’.



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp_facts.rb', line 24

attribute :tags