Class: Azure::SqlDatabaseManagement::SqlServer

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/sql_database_management/sql_server.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ SqlServer

Returns a new instance of SqlServer.

Yields:

  • (_self)

Yield Parameters:



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_loginObject

Returns the value of attribute administrator_login.



24
25
26
# File 'lib/azure/sql_database_management/sql_server.rb', line 24

def 
  @administrator_login
end

#fully_qualified_domain_nameObject

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

#locationObject

Returns the value of attribute location.



25
26
27
# File 'lib/azure/sql_database_management/sql_server.rb', line 25

def location
  @location
end

#nameObject

Returns the value of attribute name.



23
24
25
# File 'lib/azure/sql_database_management/sql_server.rb', line 23

def name
  @name
end

#stateObject

Returns the value of attribute state.



28
29
30
# File 'lib/azure/sql_database_management/sql_server.rb', line 28

def state
  @state
end

#versionObject

Returns the value of attribute version.



27
28
29
# File 'lib/azure/sql_database_management/sql_server.rb', line 27

def version
  @version
end