Class: Ansible::Ruby::Modules::Azure_rm_webapp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Azure_rm_webapp
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb
Overview
Create, update and delete instance of Web App.
Instance Method Summary collapse
-
#app_settings ⇒ Hash?
Configure web app application settings.
-
#app_state ⇒ String?
Start/Stop/Restart the web app.
-
#client_affinity_enabled ⇒ Boolean?
True to enable client affinity; False to stop sending session affinity cookies, which route client requests in the same session to the same instance.
-
#container_settings ⇒ Hash?
Web app container settings.
-
#deployment_source ⇒ Object?
Deployment source for git.
-
#dns_registration ⇒ Symbol?
If true web app hostname is not registered with DNS on creation.
-
#frameworks ⇒ Array<Hash>, ...
Set of run time framework settings.
-
#https_only ⇒ Symbol?
Configures web site to accept only https requests.
-
#location ⇒ Object?
Resource location.
-
#name ⇒ String
Unique name of the app to create or update.
-
#plan ⇒ Hash, ...
App service plan.
-
#purge_app_settings ⇒ Symbol?
Purge any existing application settings.
-
#resource_group ⇒ String
Name of the resource group to which the resource belongs.
-
#scm_type ⇒ Object?
Repository type of deployment source.
-
#skip_custom_domain_verification ⇒ Symbol?
If true, custom (non *.azurewebsites.net) domains associated with web app are not verified.
-
#startup_file ⇒ Object?
The web’s startup file.,This only applies for linux web app.
-
#state ⇒ :absent, ...
Assert the state of the Web App.,Use ‘present’ to create or update a Web App and ‘absent’ to delete it.
-
#ttl_in_seconds ⇒ Object?
Time to live in seconds for web app default domain name.
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
#app_settings ⇒ Hash?
63 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 63 attribute :app_settings |
#app_state ⇒ String?
71 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 71 attribute :app_state |
#client_affinity_enabled ⇒ Boolean?
44 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 44 attribute :client_affinity_enabled |
#container_settings ⇒ Hash?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 31 attribute :container_settings |
#deployment_source ⇒ Object?
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 38 attribute :deployment_source |
#dns_registration ⇒ Symbol?
52 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 52 attribute :dns_registration |
#frameworks ⇒ Array<Hash>, ...
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 27 attribute :frameworks |
#https_only ⇒ Symbol?
48 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 48 attribute :https_only |
#location ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 20 attribute :location |
#name ⇒ String
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 16 attribute :name |
#plan ⇒ Hash, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 23 attribute :plan |
#purge_app_settings ⇒ Symbol?
67 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 67 attribute :purge_app_settings |
#resource_group ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 12 attribute :resource_group |
#scm_type ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 35 attribute :scm_type |
#skip_custom_domain_verification ⇒ Symbol?
56 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 56 attribute :skip_custom_domain_verification |
#startup_file ⇒ Object?
41 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 41 attribute :startup_file |
#state ⇒ :absent, ...
75 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 75 attribute :state |
#ttl_in_seconds ⇒ Object?
60 |
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_webapp.rb', line 60 attribute :ttl_in_seconds |