Class: Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::LinkedIntegrationRuntimeProperties

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/linked_integration_runtime_properties.rb

Overview

The base definition of a secret type.

Constant Summary collapse

@@discriminatorMap =
Hash.new

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLinkedIntegrationRuntimeProperties

Returns a new instance of LinkedIntegrationRuntimeProperties.



19
20
21
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/linked_integration_runtime_properties.rb', line 19

def initialize
  @authorizationType = "LinkedIntegrationRuntimeProperties"
end

Instance Attribute Details

#authorizationTypeObject

Returns the value of attribute authorizationType.



23
24
25
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/linked_integration_runtime_properties.rb', line 23

def authorizationType
  @authorizationType
end

Class Method Details

.mapperObject

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



30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/linked_integration_runtime_properties.rb', line 30

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'LinkedIntegrationRuntimeProperties',
    type: {
      name: 'Composite',
      polymorphic_discriminator: 'authorizationType',
      uber_parent: 'LinkedIntegrationRuntimeProperties',
      class_name: 'LinkedIntegrationRuntimeProperties',
      model_properties: {
      }
    }
  }
end