Class: Ansible::Ruby::Modules::Azure_rm_containerregistry_facts

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

Overview

Get facts for Container Registry.

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 The name of the container registry.

Returns:

  • (String, nil)

    The name of the container registry.



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

attribute :name

#resource_groupString

Returns The name of the resource group to which the container registry belongs.

Returns:

  • (String)

    The name of the resource group to which the container registry belongs.



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

attribute :resource_group

#retrieve_credentialsSymbol?

Returns Retrieve credentials for container registry.

Returns:

  • (Symbol, nil)

    Retrieve credentials for container registry.



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

attribute :retrieve_credentials

#tagsObject?

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

Returns:

  • (Object, 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_containerregistry_facts.rb', line 24

attribute :tags