Class: Azure::ARM::SQL::Models::SyncDatabaseIdProperties

Inherits:
Object
  • Object
show all
Includes:
MsRest::JSONable, MsRestAzure
Defined in:
lib/generated/azure_mgmt_sql/models/sync_database_id_properties.rb

Overview

Properties of the sync database id.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idString

Returns ARM resource id of sync database.

Returns:

  • (String)

    ARM resource id of sync database.



17
18
19
# File 'lib/generated/azure_mgmt_sql/models/sync_database_id_properties.rb', line 17

def id
  @id
end

Class Method Details

.mapperObject

Mapper for SyncDatabaseIdProperties class as Ruby Hash. This will be used for serialization/deserialization.



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/generated/azure_mgmt_sql/models/sync_database_id_properties.rb', line 24

def self.mapper()
  {
    required: false,
    serialized_name: 'SyncDatabaseIdProperties',
    type: {
      name: 'Composite',
      class_name: 'SyncDatabaseIdProperties',
      model_properties: {
        id: {
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end