Class: Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
- Inherits:
-
Object
- Object
- Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb
Overview
Properties of the sync database id.
Instance Attribute Summary collapse
-
#id ⇒ String
ARM resource id of sync database.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SyncDatabaseIdProperties class as Ruby Hash.
Instance Attribute Details
#id ⇒ String
Returns ARM resource id of sync database.
16 17 18 |
# File 'lib/2015-05-01-preview/generated/azure_mgmt_sql/models/sync_database_id_properties.rb', line 16 def id @id end |
Class Method Details
.mapper ⇒ Object
Mapper for SyncDatabaseIdProperties class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# 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 |