Class: Ansible::Ruby::Modules::Azure_rm_virtualmachineimage_facts

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

Overview

Get facts for virtual machine images.

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

#locationString

Returns Azure location value (ie. westus, eastus, eastus2, northcentralus, etc.). Supplying only a location value will yield a list of available publishers for the location.

Returns:

  • (String)

    Azure location value (ie. westus, eastus, eastus2, northcentralus, etc.). Supplying only a location value will yield a list of available publishers for the location.



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

attribute :location

#offerString?

Returns Name of an image offering. Combine with sku to see a list of available image versions.

Returns:

  • (String, nil)

    Name of an image offering. Combine with sku to see a list of available image versions.



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

attribute :offer

#publisherString?

Returns Name of an image publisher. List image offerings associated with a particular publisher.

Returns:

  • (String, nil)

    Name of an image publisher. List image offerings associated with a particular publisher.



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

attribute :publisher

#skuString?

Returns Image offering SKU. Combine with offer to see a list of available versions.

Returns:

  • (String, nil)

    Image offering SKU. Combine with offer to see a list of available versions.



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

attribute :sku

#versionString?

Returns Specific version number of an image.

Returns:

  • (String, nil)

    Specific version number of an image.



28
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 28

attribute :version