Class: Ansible::Ruby::Modules::Azure_rm_deployment
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_deployment
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb
Instance Method Summary collapse
-
#deployment_mode ⇒ :complete, ...
In incremental mode, resources are deployed without deleting existing resources that are not included in the template.
-
#deployment_name ⇒ String?
The name of the deployment to be tracked in the resource group deployment history.
-
#location ⇒ String?
The geo-locations in which the resource group will be located.
-
#parameters ⇒ Object?
A hash of all the required template variables for the deployment template.
-
#parameters_link ⇒ String?
Uri of file containing the parameters body.
-
#resource_group_name ⇒ String
The resource group name to use or create to host the deployed template.
-
#state ⇒ :present, ...
If state is “present”, template will be created.
-
#template ⇒ Object?
A hash containing the templates inline.
-
#template_link ⇒ String?
Uri of file containing the template body.
-
#wait_for_deployment_completion ⇒ Boolean?
Whether or not to block until the deployment has completed.
-
#wait_for_deployment_polling_period ⇒ Integer?
Time (in seconds) to wait between polls when waiting for deployment completion.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#deployment_mode ⇒ :complete, ...
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 18 attribute :deployment_mode |
#deployment_name ⇒ String?
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 40 attribute :deployment_name |
#location ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 14 attribute :location |
#parameters ⇒ Object?
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 33 attribute :parameters |
#parameters_link ⇒ String?
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 36 attribute :parameters_link |
#resource_group_name ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 10 attribute :resource_group_name |
#state ⇒ :present, ...
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 22 attribute :state |
#template ⇒ Object?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 26 attribute :template |
#template_link ⇒ String?
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 29 attribute :template_link |
#wait_for_deployment_completion ⇒ Boolean?
44 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 44 attribute :wait_for_deployment_completion |
#wait_for_deployment_polling_period ⇒ Integer?
48 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/azure/azure_rm_deployment.rb', line 48 attribute :wait_for_deployment_polling_period |