Class: Ansible::Ruby::Modules::Azure_rm_virtualmachineimage_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_virtualmachineimage_facts
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb
Instance Method Summary collapse
-
#location ⇒ String
Azure location value (ie. westus, eastus, eastus2, northcentralus, etc.).
-
#name ⇒ Object?
Only show results for a specific security group.
-
#offer ⇒ String?
Name of an image offering.
-
#publisher ⇒ String?
Name of an image publisher.
-
#sku ⇒ String?
Image offering SKU.
-
#version ⇒ String?
Specific version number of an image.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#location ⇒ String
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.
13 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 13 attribute :location |
#name ⇒ Object?
Returns Only show results for a specific security group.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 10 attribute :name |
#offer ⇒ String?
Returns Name of an image offering. Combine with sku to see a list of available image versions.
21 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 21 attribute :offer |
#publisher ⇒ String?
Returns Name of an image publisher. List image offerings associated with a particular publisher.
17 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 17 attribute :publisher |
#sku ⇒ String?
Returns Image offering SKU. Combine with offer to see a list of available versions.
25 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 25 attribute :sku |
#version ⇒ String?
Returns Specific version number of an image.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/azure/azure_rm_virtualmachineimage_facts.rb', line 29 attribute :version |