Class: Azure::SqlDatabaseManagement::SqlServer
- Inherits:
-
Object
- Object
- Azure::SqlDatabaseManagement::SqlServer
- Defined in:
- lib/azure/sql_database_management/sql_server.rb
Instance Attribute Summary collapse
-
#administrator_login ⇒ Object
Returns the value of attribute administrator_login.
-
#fully_qualified_domain_name ⇒ Object
Returns the value of attribute fully_qualified_domain_name.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ SqlServer
constructor
A new instance of SqlServer.
Constructor Details
#initialize {|_self| ... } ⇒ SqlServer
Returns a new instance of SqlServer.
19 20 21 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 19 def initialize yield self if block_given? end |
Instance Attribute Details
#administrator_login ⇒ Object
Returns the value of attribute administrator_login.
24 25 26 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 24 def administrator_login @administrator_login end |
#fully_qualified_domain_name ⇒ Object
Returns the value of attribute fully_qualified_domain_name.
26 27 28 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 26 def fully_qualified_domain_name @fully_qualified_domain_name end |
#location ⇒ Object
Returns the value of attribute location.
25 26 27 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 25 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
23 24 25 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 23 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
28 29 30 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 28 def state @state end |
#version ⇒ Object
Returns the value of attribute version.
27 28 29 |
# File 'lib/azure/sql_database_management/sql_server.rb', line 27 def version @version end |