class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::LinkedIntegrationRuntimeType

The base definition of a linked integration runtime.

Attributes

authorizationType[RW]

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/linked_integration_runtime_type.rb, line 30
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'LinkedIntegrationRuntimeType',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'authorizationType',
      uber_parent: 'LinkedIntegrationRuntimeType',
      class_name: 'LinkedIntegrationRuntimeType',
      model_properties: {
      }
    }
  }
end
new() click to toggle source
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/linked_integration_runtime_type.rb, line 19
def initialize
  @authorizationType = "LinkedIntegrationRuntimeType"
end