Class: Ansible::Ruby::Modules::Azure_rm_virtualmachine_scaleset_facts

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

Overview

Get facts for a virtual machine scale set

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#format:curated, ...

Returns Format of the data returned.,If C(raw) is selected information will be returned in raw format from Azure Python SDK.,If C(curated) is selected the structure will be identical to input parameters of azure_rm_virtualmachine_scaleset module.,In Ansible 2.5 and lower facts are always returned in raw format.,Please note that this option will be deprecated in 2.10 when curated format will become the only supported format.

Returns:

  • (:curated, :raw, nil)

    Format of the data returned.,If C(raw) is selected information will be returned in raw format from Azure Python SDK.,If C(curated) is selected the structure will be identical to input parameters of azure_rm_virtualmachine_scaleset module.,In Ansible 2.5 and lower facts are always returned in raw format.,Please note that this option will be deprecated in 2.10 when curated format will become the only supported format.



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

attribute :format

#nameString?

Returns Limit results to a specific virtual machine scale set.

Returns:

  • (String, nil)

    Limit results to a specific virtual machine scale set



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

attribute :name

#resource_groupString?

Returns The resource group to search for the desired virtual machine scale set.

Returns:

  • (String, nil)

    The resource group to search for the desired virtual machine scale set



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

attribute :resource_group

#tagsArray<String>, ...

Returns List of tags to be matched.

Returns:

  • (Array<String>, String, nil)

    List of tags to be matched



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

attribute :tags