-
Notifications
You must be signed in to change notification settings - Fork 265
/
SynapseSparkJobDefinitionActivity.xml
608 lines (608 loc) · 45.3 KB
/
SynapseSparkJobDefinitionActivity.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<Type Name="SynapseSparkJobDefinitionActivity" FullName="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity">
<TypeSignature Language="C#" Value="public class SynapseSparkJobDefinitionActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SynapseSparkJobDefinitionActivity extends Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity" />
<TypeSignature Language="VB.NET" Value="Public Class SynapseSparkJobDefinitionActivity
Inherits ExecutionActivity" />
<TypeSignature Language="F#" Value="type SynapseSparkJobDefinitionActivity = class
 inherit ExecutionActivity" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonObject("SparkJob")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonObject("SparkJob")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Execute spark job activity.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SynapseSparkJobDefinitionActivity ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the SynapseSparkJobDefinitionActivity
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SynapseSparkJobDefinitionActivity (string name, Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference sparkJob, System.Collections.Generic.IDictionary<string,object> additionalProperties, string description, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy, System.Collections.Generic.IList<object> arguments, object file, object className, System.Collections.Generic.IList<object> files, Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference targetBigDataPool, object executorSize = default, object conf = default, object driverSize = default, int? numExecutors = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, class Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference sparkJob, class System.Collections.Generic.IDictionary`2<string, object> additionalProperties, string description, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties, class Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, class Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy, class System.Collections.Generic.IList`1<object> arguments, object file, object className, class System.Collections.Generic.IList`1<object> files, class Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference targetBigDataPool, object executorSize, object conf, object driverSize, valuetype System.Nullable`1<int32> numExecutors) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.UserProperty},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{System.Object},System.Object,System.Object,System.Collections.Generic.IList{System.Object},Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference,System.Object,System.Object,System.Object,System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (name As String, sparkJob As SynapseSparkJobReference, additionalProperties As IDictionary(Of String, Object), description As String, dependsOn As IList(Of ActivityDependency), userProperties As IList(Of UserProperty), linkedServiceName As LinkedServiceReference, policy As ActivityPolicy, arguments As IList(Of Object), file As Object, className As Object, files As IList(Of Object), targetBigDataPool As BigDataPoolParametrizationReference, Optional executorSize As Object = Nothing, Optional conf As Object = Nothing, Optional driverSize As Object = Nothing, Optional numExecutors As Nullable(Of Integer) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity : string * Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<obj> * obj * obj * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference * obj * obj * obj * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity" Usage="new Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity (name, sparkJob, additionalProperties, description, dependsOn, userProperties, linkedServiceName, policy, arguments, file, className, files, targetBigDataPool, executorSize, conf, driverSize, numExecutors)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="sparkJob" Type="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference" />
<Parameter Name="additionalProperties" Type="System.Collections.Generic.IDictionary<System.String,System.Object>" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="dependsOn" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency>" />
<Parameter Name="userProperties" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty>" />
<Parameter Name="linkedServiceName" Type="Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference" />
<Parameter Name="policy" Type="Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy" />
<Parameter Name="arguments" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="file" Type="System.Object" />
<Parameter Name="className" Type="System.Object" />
<Parameter Name="files" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="targetBigDataPool" Type="Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference" />
<Parameter Name="executorSize" Type="System.Object" />
<Parameter Name="conf" Type="System.Object" />
<Parameter Name="driverSize" Type="System.Object" />
<Parameter Name="numExecutors" Type="System.Nullable<System.Int32>" />
</Parameters>
<Docs>
<param name="name">Activity name.</param>
<param name="sparkJob">Synapse spark job reference.</param>
<param name="additionalProperties">Unmatched properties from the
message are deserialized this collection</param>
<param name="description">Activity description.</param>
<param name="dependsOn">Activity depends on condition.</param>
<param name="userProperties">Activity user properties.</param>
<param name="linkedServiceName">Linked service reference.</param>
<param name="policy">Activity policy.</param>
<param name="arguments">User specified arguments to
SynapseSparkJobDefinitionActivity.</param>
<param name="file">The main file used for the job, which will
override the 'file' of the spark job definition you provide. Type:
string (or Expression with resultType string).</param>
<param name="className">The fully-qualified identifier or the main
class that is in the main definition file, which will override the
'className' of the spark job definition you provide. Type: string
(or Expression with resultType string).</param>
<param name="files">Additional files used for reference in the main
definition file, which will override the 'files' of the spark job
definition you provide.</param>
<param name="targetBigDataPool">The name of the big data pool which
will be used to execute the spark batch job, which will override
the 'targetBigDataPool' of the spark job definition you
provide.</param>
<param name="executorSize">Number of core and memory to be used for
executors allocated in the specified Spark pool for the job, which
will be used for overriding 'executorCores' and 'executorMemory' of
the spark job definition you provide. Type: string (or Expression
with resultType string).</param>
<param name="conf">Spark configuration properties, which will
override the 'conf' of the spark job definition you
provide.</param>
<param name="driverSize">Number of core and memory to be used for
driver allocated in the specified Spark pool for the job, which
will be used for overriding 'driverCores' and 'driverMemory' of the
spark job definition you provide. Type: string (or Expression with
resultType string).</param>
<param name="numExecutors">Number of executors to launch for this
job, which will override the 'numExecutors' of the spark job
definition you provide.</param>
<summary>
Initializes a new instance of the SynapseSparkJobDefinitionActivity
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SynapseSparkJobDefinitionActivity (string name, Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference sparkJob, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<object> arguments = default, object file = default, object className = default, System.Collections.Generic.IList<object> files = default, System.Collections.Generic.IList<object> pythonCodeReference = default, System.Collections.Generic.IList<object> filesV2 = default, Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference targetBigDataPool = default, object executorSize = default, object conf = default, object driverSize = default, int? numExecutors = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string name, class Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference sparkJob, class System.Collections.Generic.IDictionary`2<string, object> additionalProperties, string description, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn, class System.Collections.Generic.IList`1<class Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties, class Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, class Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy, class System.Collections.Generic.IList`1<object> arguments, object file, object className, class System.Collections.Generic.IList`1<object> files, class System.Collections.Generic.IList`1<object> pythonCodeReference, class System.Collections.Generic.IList`1<object> filesV2, class Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference targetBigDataPool, object executorSize, object conf, object driverSize, valuetype System.Nullable`1<int32> numExecutors) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference,System.Collections.Generic.IDictionary{System.String,System.Object},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.UserProperty},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{System.Object},System.Object,System.Object,System.Collections.Generic.IList{System.Object},System.Collections.Generic.IList{System.Object},System.Collections.Generic.IList{System.Object},Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference,System.Object,System.Object,System.Object,System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (name As String, sparkJob As SynapseSparkJobReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional arguments As IList(Of Object) = Nothing, Optional file As Object = Nothing, Optional className As Object = Nothing, Optional files As IList(Of Object) = Nothing, Optional pythonCodeReference As IList(Of Object) = Nothing, Optional filesV2 As IList(Of Object) = Nothing, Optional targetBigDataPool As BigDataPoolParametrizationReference = Nothing, Optional executorSize As Object = Nothing, Optional conf As Object = Nothing, Optional driverSize As Object = Nothing, Optional numExecutors As Nullable(Of Integer) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity : string * Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<obj> * obj * obj * System.Collections.Generic.IList<obj> * System.Collections.Generic.IList<obj> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference * obj * obj * obj * Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity" Usage="new Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity (name, sparkJob, additionalProperties, description, dependsOn, userProperties, linkedServiceName, policy, arguments, file, className, files, pythonCodeReference, filesV2, targetBigDataPool, executorSize, conf, driverSize, numExecutors)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="sparkJob" Type="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference" />
<Parameter Name="additionalProperties" Type="System.Collections.Generic.IDictionary<System.String,System.Object>" />
<Parameter Name="description" Type="System.String" />
<Parameter Name="dependsOn" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency>" />
<Parameter Name="userProperties" Type="System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty>" />
<Parameter Name="linkedServiceName" Type="Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference" />
<Parameter Name="policy" Type="Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy" />
<Parameter Name="arguments" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="file" Type="System.Object" />
<Parameter Name="className" Type="System.Object" />
<Parameter Name="files" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="pythonCodeReference" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="filesV2" Type="System.Collections.Generic.IList<System.Object>" />
<Parameter Name="targetBigDataPool" Type="Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference" />
<Parameter Name="executorSize" Type="System.Object" />
<Parameter Name="conf" Type="System.Object" />
<Parameter Name="driverSize" Type="System.Object" />
<Parameter Name="numExecutors" Type="System.Nullable<System.Int32>" />
</Parameters>
<Docs>
<param name="name">Activity name.</param>
<param name="sparkJob">Synapse spark job reference.</param>
<param name="additionalProperties">Unmatched properties from the
message are deserialized this collection</param>
<param name="description">Activity description.</param>
<param name="dependsOn">Activity depends on condition.</param>
<param name="userProperties">Activity user properties.</param>
<param name="linkedServiceName">Linked service reference.</param>
<param name="policy">Activity policy.</param>
<param name="arguments">User specified arguments to
SynapseSparkJobDefinitionActivity.</param>
<param name="file">The main file used for the job, which will
override the 'file' of the spark job definition you provide. Type:
string (or Expression with resultType string).</param>
<param name="className">The fully-qualified identifier or the main
class that is in the main definition file, which will override the
'className' of the spark job definition you provide. Type: string
(or Expression with resultType string).</param>
<param name="files">(Deprecated. Please use pythonCodeReference and
filesV2) Additional files used for reference in the main definition
file, which will override the 'files' of the spark job definition
you provide.</param>
<param name="pythonCodeReference">Additional python code files used
for reference in the main definition file, which will override the
'pyFiles' of the spark job definition you provide.</param>
<param name="filesV2">Additional files used for reference in the
main definition file, which will override the 'jars' and 'files' of
the spark job definition you provide.</param>
<param name="targetBigDataPool">The name of the big data pool which
will be used to execute the spark batch job, which will override
the 'targetBigDataPool' of the spark job definition you
provide.</param>
<param name="executorSize">Number of core and memory to be used for
executors allocated in the specified Spark pool for the job, which
will be used for overriding 'executorCores' and 'executorMemory' of
the spark job definition you provide. Type: string (or Expression
with resultType string).</param>
<param name="conf">Spark configuration properties, which will
override the 'conf' of the spark job definition you
provide.</param>
<param name="driverSize">Number of core and memory to be used for
driver allocated in the specified Spark pool for the job, which
will be used for overriding 'driverCores' and 'driverMemory' of the
spark job definition you provide. Type: string (or Expression with
resultType string).</param>
<param name="numExecutors">Number of executors to launch for this
job, which will override the 'numExecutors' of the spark job
definition you provide.</param>
<summary>
Initializes a new instance of the SynapseSparkJobDefinitionActivity
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Arguments">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<object> Arguments { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<object> Arguments" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Arguments" />
<MemberSignature Language="VB.NET" Value="Public Property Arguments As IList(Of Object)" />
<MemberSignature Language="F#" Value="member this.Arguments : System.Collections.Generic.IList<obj> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Arguments" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.args")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.args")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets user specified arguments to
SynapseSparkJobDefinitionActivity.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ClassName">
<MemberSignature Language="C#" Value="public object ClassName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object ClassName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.ClassName" />
<MemberSignature Language="VB.NET" Value="Public Property ClassName As Object" />
<MemberSignature Language="F#" Value="member this.ClassName : obj with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.ClassName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.className")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.className")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the fully-qualified identifier or the main class that
is in the main definition file, which will override the 'className'
of the spark job definition you provide. Type: string (or
Expression with resultType string).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Conf">
<MemberSignature Language="C#" Value="public object Conf { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object Conf" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Conf" />
<MemberSignature Language="VB.NET" Value="Public Property Conf As Object" />
<MemberSignature Language="F#" Value="member this.Conf : obj with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Conf" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.conf")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.conf")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets spark configuration properties, which will override
the 'conf' of the spark job definition you provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DriverSize">
<MemberSignature Language="C#" Value="public object DriverSize { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object DriverSize" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.DriverSize" />
<MemberSignature Language="VB.NET" Value="Public Property DriverSize As Object" />
<MemberSignature Language="F#" Value="member this.DriverSize : obj with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.DriverSize" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.driverSize")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.driverSize")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of core and memory to be used for driver
allocated in the specified Spark pool for the job, which will be
used for overriding 'driverCores' and 'driverMemory' of the spark
job definition you provide. Type: string (or Expression with
resultType string).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ExecutorSize">
<MemberSignature Language="C#" Value="public object ExecutorSize { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object ExecutorSize" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.ExecutorSize" />
<MemberSignature Language="VB.NET" Value="Public Property ExecutorSize As Object" />
<MemberSignature Language="F#" Value="member this.ExecutorSize : obj with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.ExecutorSize" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.executorSize")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.executorSize")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of core and memory to be used for executors
allocated in the specified Spark pool for the job, which will be
used for overriding 'executorCores' and 'executorMemory' of the
spark job definition you provide. Type: string (or Expression with
resultType string).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="File">
<MemberSignature Language="C#" Value="public object File { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object File" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.File" />
<MemberSignature Language="VB.NET" Value="Public Property File As Object" />
<MemberSignature Language="F#" Value="member this.File : obj with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.File" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.file")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.file")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the main file used for the job, which will override
the 'file' of the spark job definition you provide. Type: string
(or Expression with resultType string).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Files">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<object> Files { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<object> Files" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Files" />
<MemberSignature Language="VB.NET" Value="Public Property Files As IList(Of Object)" />
<MemberSignature Language="F#" Value="member this.Files : System.Collections.Generic.IList<obj> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Files" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.files")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.files")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets (Deprecated. Please use pythonCodeReference and
filesV2) Additional files used for reference in the main definition
file, which will override the 'files' of the spark job definition
you provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FilesV2">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<object> FilesV2 { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<object> FilesV2" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.FilesV2" />
<MemberSignature Language="VB.NET" Value="Public Property FilesV2 As IList(Of Object)" />
<MemberSignature Language="F#" Value="member this.FilesV2 : System.Collections.Generic.IList<obj> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.FilesV2" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.filesV2")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.filesV2")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets additional files used for reference in the main
definition file, which will override the 'jars' and 'files' of the
spark job definition you provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NumExecutors">
<MemberSignature Language="C#" Value="public int? NumExecutors { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> NumExecutors" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.NumExecutors" />
<MemberSignature Language="VB.NET" Value="Public Property NumExecutors As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.NumExecutors : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.NumExecutors" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.numExecutors")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.numExecutors")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets number of executors to launch for this job, which will
override the 'numExecutors' of the spark job definition you
provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PythonCodeReference">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IList<object> PythonCodeReference { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IList`1<object> PythonCodeReference" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.PythonCodeReference" />
<MemberSignature Language="VB.NET" Value="Public Property PythonCodeReference As IList(Of Object)" />
<MemberSignature Language="F#" Value="member this.PythonCodeReference : System.Collections.Generic.IList<obj> with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.PythonCodeReference" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonCodeReference")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.pythonCodeReference")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IList<System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets additional python code files used for reference in the
main definition file, which will override the 'pyFiles' of the
spark job definition you provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SparkJob">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference SparkJob { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference SparkJob" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.SparkJob" />
<MemberSignature Language="VB.NET" Value="Public Property SparkJob As SynapseSparkJobReference" />
<MemberSignature Language="F#" Value="member this.SparkJob : Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.SparkJob" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sparkJob")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sparkJob")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobReference</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets synapse spark job reference.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TargetBigDataPool">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference TargetBigDataPool { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference TargetBigDataPool" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.TargetBigDataPool" />
<MemberSignature Language="VB.NET" Value="Public Property TargetBigDataPool As BigDataPoolParametrizationReference" />
<MemberSignature Language="F#" Value="member this.TargetBigDataPool : Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference with get, set" Usage="Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.TargetBigDataPool" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.targetBigDataPool")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.targetBigDataPool")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.DataFactory.Models.BigDataPoolParametrizationReference</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name of the big data pool which will be used to
execute the spark batch job, which will override the
'targetBigDataPool' of the spark job definition you provide.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public override void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataFactory.Models.SynapseSparkJobDefinitionActivity.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="synapseSparkJobDefinitionActivity.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataFactory</AssemblyName>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>