Class: Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::HDInsightPigActivity
- Inherits:
-
ExecutionActivity
- Object
- Activity
- ExecutionActivity
- Azure::DataFactory::Mgmt::V2017_09_01_preview::Models::HDInsightPigActivity
- Includes:
- MsRestAzure
- Defined in:
- lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb
Overview
HDInsight Pig activity type.
Instance Attribute Summary collapse
-
#arguments ⇒ Object
User specified arguments to HDInsightActivity.
-
#defines ⇒ Object
Allows user to specify defines for Pig job request.
-
#get_debug_info ⇒ HDInsightActivityDebugInfoOption
values include: ‘None’, ‘Always’, ‘Failure’.
-
#script_linked_service ⇒ LinkedServiceReference
Script linked service reference.
-
#script_path ⇒ Object
string).
-
#storage_linked_services ⇒ Array<LinkedServiceReference>
references.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from ExecutionActivity
Attributes inherited from Activity
#additional_properties, #depends_on, #description, #name
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for HDInsightPigActivity class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ HDInsightPigActivity
constructor
A new instance of HDInsightPigActivity.
Constructor Details
#initialize ⇒ HDInsightPigActivity
Returns a new instance of HDInsightPigActivity.
16 17 18 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 16 def initialize @type = "HDInsightPig" end |
Instance Attribute Details
#arguments ⇒ Object
Returns User specified arguments to HDInsightActivity.
27 28 29 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 27 def arguments @arguments end |
#defines ⇒ Object
Returns Allows user to specify defines for Pig job request.
41 42 43 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 41 def defines @defines end |
#get_debug_info ⇒ HDInsightActivityDebugInfoOption
values include: ‘None’, ‘Always’, ‘Failure’
31 32 33 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 31 def get_debug_info @get_debug_info end |
#script_linked_service ⇒ LinkedServiceReference
Returns Script linked service reference.
38 39 40 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 38 def script_linked_service @script_linked_service end |
#script_path ⇒ Object
string).
35 36 37 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 35 def script_path @script_path end |
#storage_linked_services ⇒ Array<LinkedServiceReference>
references.
24 25 26 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 24 def storage_linked_services @storage_linked_services end |
#type ⇒ Object
Returns the value of attribute type.
20 21 22 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 20 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for HDInsightPigActivity class as Ruby Hash. This will be used for serialization/deserialization.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 |
# File 'lib/2017-09-01-preview/generated/azure_mgmt_data_factory/models/hdinsight_pig_activity.rb', line 48 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'HDInsightPig', type: { name: 'Composite', class_name: 'HDInsightPigActivity', model_properties: { additional_properties: { client_side_validation: true, required: false, type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, description: { client_side_validation: true, required: false, serialized_name: 'description', type: { name: 'String' } }, depends_on: { client_side_validation: true, required: false, serialized_name: 'dependsOn', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ActivityDependencyElementType', type: { name: 'Composite', class_name: 'ActivityDependency' } } } }, type: { client_side_validation: true, required: true, serialized_name: 'type', type: { name: 'String' } }, linked_service_name: { client_side_validation: true, required: false, serialized_name: 'linkedServiceName', type: { name: 'Composite', class_name: 'LinkedServiceReference' } }, policy: { client_side_validation: true, required: false, serialized_name: 'policy', type: { name: 'Composite', class_name: 'ActivityPolicy' } }, storage_linked_services: { client_side_validation: true, required: false, serialized_name: 'typeProperties.storageLinkedServices', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'LinkedServiceReferenceElementType', type: { name: 'Composite', class_name: 'LinkedServiceReference' } } } }, arguments: { client_side_validation: true, required: false, serialized_name: 'typeProperties.arguments', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, get_debug_info: { client_side_validation: true, required: false, serialized_name: 'typeProperties.getDebugInfo', type: { name: 'String' } }, script_path: { client_side_validation: true, required: false, serialized_name: 'typeProperties.scriptPath', type: { name: 'Object' } }, script_linked_service: { client_side_validation: true, required: false, serialized_name: 'typeProperties.scriptLinkedService', type: { name: 'Composite', class_name: 'LinkedServiceReference' } }, defines: { client_side_validation: true, required: false, serialized_name: 'typeProperties.defines', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } } } } } end |