class Azure::SqlDatabaseManagement::SqlServer

Attributes

administrator_login[RW]
fully_qualified_domain_name[RW]
location[RW]
name[RW]
state[RW]
version[RW]

Public Class Methods

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