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