class Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
Properties of the sync database id.
Attributes
id[RW]
@return [String] ARM resource id of sync database.
Private Class Methods
mapper()
click to toggle source
Mapper for SyncDatabaseIdProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SyncDatabaseIdProperties', type: { name: 'Composite', class_name: 'SyncDatabaseIdProperties', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } } } } } end