class Azure::SqlDatabaseManagement::SqlDatabase

Attributes

administrator_login[RW]
feature_name[RW]
feature_value[RW]
location[RW]
name[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/azure/sql_database_management/sql_database.rb, line 19
def initialize
  yield self if block_given?
end