Class: Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition
- Inherits:
-
Resource
- Object
- Resource
- Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb
Overview
The workflow run action repetition definition.
Instance Attribute Summary collapse
-
#code ⇒ String
The workflow scope repetition code.
-
#correlation ⇒ RunActionCorrelation
The correlation properties.
-
#end_time ⇒ DateTime
The end time of the workflow scope repetition.
- #error ⇒ Object
-
#inputs ⇒ Object
Gets the inputs.
-
#inputs_link ⇒ ContentLink
Gets the link to inputs.
- #iteration_count ⇒ Integer
-
#outputs ⇒ Object
Gets the outputs.
-
#outputs_link ⇒ ContentLink
Gets the link to outputs.
-
#repetition_indexes ⇒ Array<RepetitionIndex>
The repetition indexes.
-
#retry_history ⇒ Array<RetryHistory>
Gets the retry histories.
-
#start_time ⇒ DateTime
The start time of the workflow scope repetition.
-
#status ⇒ WorkflowStatus
Possible values include: ‘NotSpecified’, ‘Paused’, ‘Running’, ‘Waiting’, ‘Succeeded’, ‘Skipped’, ‘Suspended’, ‘Cancelled’, ‘Failed’, ‘Faulted’, ‘TimedOut’, ‘Aborted’, ‘Ignored’.
-
#tracked_properties ⇒ Object
Gets the tracked properties.
-
#tracking_id ⇒ String
Gets the tracking id.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for WorkflowRunActionRepetitionDefinition class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#code ⇒ String
Returns The workflow scope repetition code.
31 32 33 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 31 def code @code end |
#correlation ⇒ RunActionCorrelation
Returns The correlation properties.
22 23 24 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 22 def correlation @correlation end |
#end_time ⇒ DateTime
Returns The end time of the workflow scope repetition.
19 20 21 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 19 def end_time @end_time end |
#error ⇒ Object
34 35 36 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 34 def error @error end |
#inputs ⇒ Object
Returns Gets the inputs.
40 41 42 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 40 def inputs @inputs end |
#inputs_link ⇒ ContentLink
Returns Gets the link to inputs.
43 44 45 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 43 def inputs_link @inputs_link end |
#iteration_count ⇒ Integer
58 59 60 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 58 def iteration_count @iteration_count end |
#outputs ⇒ Object
Returns Gets the outputs.
46 47 48 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 46 def outputs @outputs end |
#outputs_link ⇒ ContentLink
Returns Gets the link to outputs.
49 50 51 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 49 def outputs_link @outputs_link end |
#repetition_indexes ⇒ Array<RepetitionIndex>
Returns The repetition indexes.
61 62 63 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 61 def repetition_indexes @repetition_indexes end |
#retry_history ⇒ Array<RetryHistory>
Returns Gets the retry histories.
55 56 57 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 55 def retry_history @retry_history end |
#start_time ⇒ DateTime
Returns The start time of the workflow scope repetition.
16 17 18 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 16 def start_time @start_time end |
#status ⇒ WorkflowStatus
Possible values include: ‘NotSpecified’, ‘Paused’, ‘Running’, ‘Waiting’, ‘Succeeded’, ‘Skipped’, ‘Suspended’, ‘Cancelled’, ‘Failed’, ‘Faulted’, ‘TimedOut’, ‘Aborted’, ‘Ignored’
28 29 30 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 28 def status @status end |
#tracked_properties ⇒ Object
Returns Gets the tracked properties.
52 53 54 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 52 def tracked_properties @tracked_properties end |
#tracking_id ⇒ String
Returns Gets the tracking id.
37 38 39 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 37 def tracking_id @tracking_id end |
Class Method Details
.mapper ⇒ Object
Mapper for WorkflowRunActionRepetitionDefinition class as Ruby Hash. This will be used for serialization/deserialization.
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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 |
# File 'lib/2016-06-01/generated/azure_mgmt_logic/models/workflow_run_action_repetition_definition.rb', line 68 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WorkflowRunActionRepetitionDefinition', type: { name: 'Composite', class_name: 'WorkflowRunActionRepetitionDefinition', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, start_time: { client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { name: 'DateTime' } }, end_time: { client_side_validation: true, required: false, serialized_name: 'properties.endTime', type: { name: 'DateTime' } }, correlation: { client_side_validation: true, required: false, serialized_name: 'properties.correlation', type: { name: 'Composite', class_name: 'RunActionCorrelation' } }, status: { client_side_validation: true, required: false, serialized_name: 'properties.status', type: { name: 'Enum', module: 'WorkflowStatus' } }, code: { client_side_validation: true, required: false, serialized_name: 'properties.code', type: { name: 'String' } }, error: { client_side_validation: true, required: false, serialized_name: 'properties.error', type: { name: 'Object' } }, tracking_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trackingId', type: { name: 'String' } }, inputs: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.inputs', type: { name: 'Object' } }, inputs_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.inputsLink', type: { name: 'Composite', class_name: 'ContentLink' } }, outputs: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outputs', type: { name: 'Object' } }, outputs_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.outputsLink', type: { name: 'Composite', class_name: 'ContentLink' } }, tracked_properties: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.trackedProperties', type: { name: 'Object' } }, retry_history: { client_side_validation: true, required: false, serialized_name: 'properties.retryHistory', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RetryHistoryElementType', type: { name: 'Composite', class_name: 'RetryHistory' } } } }, iteration_count: { client_side_validation: true, required: false, serialized_name: 'properties.iterationCount', type: { name: 'Number' } }, repetition_indexes: { client_side_validation: true, required: false, serialized_name: 'properties.repetitionIndexes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RepetitionIndexElementType', type: { name: 'Composite', class_name: 'RepetitionIndex' } } } } } } } end |