Class: Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::LinkedIntegrationRuntimeProperties
- Inherits:
-
Object
- Object
- Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::LinkedIntegrationRuntimeProperties
- 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.
Direct Known Subclasses
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#authorizationType ⇒ Object
Returns the value of attribute authorizationType.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for LinkedIntegrationRuntimeProperties class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ LinkedIntegrationRuntimeProperties
constructor
A new instance of LinkedIntegrationRuntimeProperties.
Constructor Details
#initialize ⇒ LinkedIntegrationRuntimeProperties
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
#authorizationType ⇒ Object
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 end |
Class Method Details
.mapper ⇒ Object
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 |