-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathJobStepOutput.xml
335 lines (335 loc) · 18.2 KB
/
JobStepOutput.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
<Type Name="JobStepOutput" FullName="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput">
<TypeSignature Language="C#" Value="public class JobStepOutput" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit JobStepOutput extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput" />
<TypeSignature Language="VB.NET" Value="Public Class JobStepOutput" />
<TypeSignature Language="F#" Value="type JobStepOutput = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
The output configuration of a job step.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public JobStepOutput ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the JobStepOutput class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public JobStepOutput (string serverName, string databaseName, string tableName, string credential, Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType type = default, Guid? subscriptionId = default, string resourceGroupName = default, string schemaName = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string serverName, string databaseName, string tableName, string credential, class Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType type, valuetype System.Nullable`1<valuetype System.Guid> subscriptionId, string resourceGroupName, string schemaName) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.#ctor(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType,System.Nullable{System.Guid},System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (serverName As String, databaseName As String, tableName As String, credential As String, Optional type As JobStepOutputType = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional resourceGroupName As String = Nothing, Optional schemaName As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput : string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType * Nullable<Guid> * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput" Usage="new Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput (serverName, databaseName, tableName, credential, type, subscriptionId, resourceGroupName, schemaName)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="databaseName" Type="System.String" />
<Parameter Name="tableName" Type="System.String" />
<Parameter Name="credential" Type="System.String" />
<Parameter Name="type" Type="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType" />
<Parameter Name="subscriptionId" Type="System.Nullable<System.Guid>" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="schemaName" Type="System.String" />
</Parameters>
<Docs>
<param name="serverName">The output destination server
name.</param>
<param name="databaseName">The output destination database.</param>
<param name="tableName">The output destination table.</param>
<param name="credential">The resource ID of the credential to use
to connect to the output destination.</param>
<param name="type">The output destination type. Possible values
include: 'SqlDatabase'</param>
<param name="subscriptionId">The output destination subscription
id.</param>
<param name="resourceGroupName">The output destination resource
group.</param>
<param name="schemaName">The output destination schema.</param>
<summary>
Initializes a new instance of the JobStepOutput class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Credential">
<MemberSignature Language="C#" Value="public string Credential { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string Credential" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.Credential" />
<MemberSignature Language="VB.NET" Value="Public Property Credential As String" />
<MemberSignature Language="F#" Value="member this.Credential : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.Credential" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="credential")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="credential")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the resource ID of the credential to use to connect to
the output destination.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DatabaseName">
<MemberSignature Language="C#" Value="public string DatabaseName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DatabaseName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.DatabaseName" />
<MemberSignature Language="VB.NET" Value="Public Property DatabaseName As String" />
<MemberSignature Language="F#" Value="member this.DatabaseName : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.DatabaseName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="databaseName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="databaseName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination database.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResourceGroupName">
<MemberSignature Language="C#" Value="public string ResourceGroupName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ResourceGroupName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.ResourceGroupName" />
<MemberSignature Language="VB.NET" Value="Public Property ResourceGroupName As String" />
<MemberSignature Language="F#" Value="member this.ResourceGroupName : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.ResourceGroupName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="resourceGroupName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="resourceGroupName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination resource group.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SchemaName">
<MemberSignature Language="C#" Value="public string SchemaName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string SchemaName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.SchemaName" />
<MemberSignature Language="VB.NET" Value="Public Property SchemaName As String" />
<MemberSignature Language="F#" Value="member this.SchemaName : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.SchemaName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="schemaName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="schemaName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination schema.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ServerName">
<MemberSignature Language="C#" Value="public string ServerName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ServerName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.ServerName" />
<MemberSignature Language="VB.NET" Value="Public Property ServerName As String" />
<MemberSignature Language="F#" Value="member this.ServerName : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.ServerName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="serverName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="serverName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination server name.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SubscriptionId">
<MemberSignature Language="C#" Value="public Guid? SubscriptionId { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<valuetype System.Guid> SubscriptionId" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.SubscriptionId" />
<MemberSignature Language="VB.NET" Value="Public Property SubscriptionId As Nullable(Of Guid)" />
<MemberSignature Language="F#" Value="member this.SubscriptionId : Nullable<Guid> with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.SubscriptionId" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="subscriptionId")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptionId")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Guid></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination subscription id.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TableName">
<MemberSignature Language="C#" Value="public string TableName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string TableName" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.TableName" />
<MemberSignature Language="VB.NET" Value="Public Property TableName As String" />
<MemberSignature Language="F#" Value="member this.TableName : string with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.TableName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="tableName")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="tableName")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination table.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Type">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType Type { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType Type" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.Type" />
<MemberSignature Language="VB.NET" Value="Public Property Type As JobStepOutputType" />
<MemberSignature Language="F#" Value="member this.Type : Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType with get, set" Usage="Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.Type" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="type")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the output destination type. Possible values include:
'SqlDatabase'
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="jobStepOutput.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</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>