Class: Azure::SqlDatabaseManagement::SqlDatabase

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SqlDatabase.

Yields:

  • (_self)

Yield Parameters:



19
20
21
# File 'lib/azure/sql_database_management/sql_database.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_database.rb', line 24

def 
  @administrator_login
end

#feature_nameObject

Returns the value of attribute feature_name.



26
27
28
# File 'lib/azure/sql_database_management/sql_database.rb', line 26

def feature_name
  @feature_name
end

#feature_valueObject

Returns the value of attribute feature_value.



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

def feature_value
  @feature_value
end

#locationObject

Returns the value of attribute location.



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

def location
  @location
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end