Class: Ansible::Ruby::Modules::Azure_rm_containerregistry
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_containerregistry
- 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
-
#admin_user_enabled ⇒ Symbol?
If enabled, you can use the registry name as username and admin user access key as password to docker login to your container registry.
-
#location ⇒ String?
Valid azure location.
-
#name ⇒ String
Name of the Container Registry.
-
#resource_group ⇒ String
Name of a resource group where the Container Registry exists or will be created.
-
#sku ⇒ :Basic, ...
Specifies the SKU to use.
-
#state ⇒ :absent, ...
Assert the state of the container registry.
Methods inherited from Base
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_enabled ⇒ Symbol?
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.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_containerregistry.rb', line 28 attribute :admin_user_enabled |
#location ⇒ String?
Returns 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 |
#name ⇒ String
Returns Name of the Container Registry.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_containerregistry.rb', line 16 attribute :name |
#resource_group ⇒ String
Returns 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.
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.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_containerregistry.rb', line 20 attribute :state |