Class: Ansible::Ruby::Modules::Azure_rm_sqlserver

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

Overview

Create, update and delete instance of SQL Server

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

#admin_passwordString?

Returns The administrator login password (required for server creation).

Returns:

  • (String, nil)

    The administrator login password (required for server creation).



28
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlserver.rb', line 28

attribute :admin_password

#admin_usernameString?

Returns Administrator username for the server. Once created it cannot be changed.

Returns:

  • (String, nil)

    Administrator username for the server. Once created it cannot be changed.



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlserver.rb', line 24

attribute :admin_username

#identityObject?

Returns The identity type. Set this to ‘SystemAssigned’ in order to automatically create and assign an Azure Active Directory principal for the resour ce. Possible values include: ‘SystemAssigned’.

Returns:

  • (Object, nil)

    The identity type. Set this to ‘SystemAssigned’ in order to automatically create and assign an Azure Active Directory principal for the resour ce. Possible values include: ‘SystemAssigned’



35
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlserver.rb', line 35

attribute :identity

#locationString?

Returns Resource location.

Returns:

  • (String, nil)

    Resource location.



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

attribute :location

#nameString

Returns The name of the server.

Returns:

  • (String)

    The name of the server.



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

attribute :name

#resource_groupString

Returns The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Returns:

  • (String)

    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.



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

attribute :resource_group

#state:absent, ...

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

Returns:

  • (:absent, :present, nil)

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



38
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlserver.rb', line 38

attribute :state

#versionObject?

Returns The version of the server. For example ‘12.0’.

Returns:

  • (Object, nil)

    The version of the server. For example ‘12.0’.



32
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_sqlserver.rb', line 32

attribute :version