Class: Ansible::Ruby::Modules::Azure_rm_storageaccount
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_storageaccount
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb
Overview
Create, update or delete a storage account.
Instance Method Summary collapse
-
#access_tier ⇒ :Hot, ...
The access tier for this storage account.
-
#account_type ⇒ :Premium_LRS, ...
Type of storage account.
-
#custom_domain ⇒ Object?
User domain assigned to the storage account.
-
#force ⇒ Symbol?
Attempt deletion if resource already exists and cannot be updated.
-
#kind ⇒ :Storage, ...
The ‘kind’ of storage.
-
#location ⇒ Object?
Valid azure location.
-
#name ⇒ String?
Name of the storage account to update or create.
-
#resource_group ⇒ String
Name of the resource group to use.
-
#state ⇒ :absent, ...
Assert the state of the storage account.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#access_tier ⇒ :Hot, ...
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 38 attribute :access_tier |
#account_type ⇒ :Premium_LRS, ...
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 27 attribute :account_type |
#custom_domain ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 31 attribute :custom_domain |
#force ⇒ Symbol?
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 42 attribute :force |
#kind ⇒ :Storage, ...
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 34 attribute :kind |
#location ⇒ Object?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 24 attribute :location |
#name ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 16 attribute :name |
#resource_group ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 12 attribute :resource_group |
#state ⇒ :absent, ...
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_storageaccount.rb', line 20 attribute :state |