Class: Ansible::Ruby::Modules::Azure_rm_functionapp

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

Overview

Create, update or delete an Azure Function App

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

#app_settingsHash?

Returns Dictionary containing application settings.

Returns:

  • (Hash, nil)

    Dictionary containing application settings



27
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_functionapp.rb', line 27

attribute :app_settings

#locationObject?

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

Returns:

  • (Object, nil)

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



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

attribute :location

#nameString

Returns Name of the Azure Function App.

Returns:

  • (String)

    Name of the Azure Function App



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

attribute :name

#resource_groupString

Returns Name of resource group.

Returns:

  • (String)

    Name of resource group



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

attribute :resource_group

#state:absent, ...

Returns Assert the state of the Function App. Use ‘present’ to create or update a Function App and ‘absent’ to delete.

Returns:

  • (:absent, :present, nil)

    Assert the state of the Function App. Use ‘present’ to create or update a Function App and ‘absent’ to delete.



31
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_functionapp.rb', line 31

attribute :state

#storage_accountObject

Returns Name of the storage account to use.

Returns:

  • (Object)

    Name of the storage account to use.



23
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_functionapp.rb', line 23

attribute :storage_account