Class: Ansible::Ruby::Modules::Azure_rm_containerregistry

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

Overview

Create, update and delete an Azure 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

#admin_user_enabledSymbol?

Returns If enabled, you can use the registry name as username and admin user access key as password to docker login to your container registry.

Returns:

  • (Symbol, nil)

    If enabled, you can use the registry name as username and admin user access key as password to docker login to your container registry.



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

attribute :admin_user_enabled

#locationString?

Returns Valid azure location. Defaults to location of the resource group.

Returns:

  • (String, nil)

    Valid azure location. Defaults to location of the resource group.



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

attribute :location

#nameString

Returns Name of the Container Registry.

Returns:

  • (String)

    Name of the Container Registry.



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

attribute :name

#resource_groupString

Returns Name of a resource group where the Container Registry exists or will be created.

Returns:

  • (String)

    Name of a resource group where the Container Registry exists or will be created.



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

attribute :resource_group

#sku:Basic, ...

Returns Specifies the SKU to use. Currently can be either Basic, Standard or Premium.

Returns:

  • (:Basic, :Standard, :Premium, nil)

    Specifies the SKU to use. Currently can be either Basic, Standard or Premium.



32
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_containerregistry.rb', line 32

attribute :sku

#state:absent, ...

Returns Assert the state of the container registry. Use ‘present’ to create or update an container registry and ‘absent’ to delete it.

Returns:

  • (:absent, :present, nil)

    Assert the state of the container registry. Use ‘present’ to create or update an container registry and ‘absent’ to delete it.



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

attribute :state