-
Notifications
You must be signed in to change notification settings - Fork 265
/
JobsOperationsExtensions.xml
257 lines (257 loc) · 18.6 KB
/
JobsOperationsExtensions.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
<Type Name="JobsOperationsExtensions" FullName="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions">
<TypeSignature Language="C#" Value="public static class JobsOperationsExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit JobsOperationsExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module JobsOperationsExtensions" />
<TypeSignature Language="F#" Value="type JobsOperationsExtensions = 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>
Extension methods for JobsOperations.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CreateOrUpdateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, Microsoft.Azure.Management.Sql.Fluent.Models.JobInner parameters, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Fluent.Models.JobInner> CreateOrUpdateAsync(class Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, class Microsoft.Azure.Management.Sql.Fluent.Models.JobInner parameters, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.Fluent.IJobsOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Fluent.Models.JobInner,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CreateOrUpdateAsync (operations As IJobsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String, parameters As JobInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobInner)" />
<MemberSignature Language="F#" Value="static member CreateOrUpdateAsync : Microsoft.Azure.Management.Sql.Fluent.IJobsOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.JobInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>" Usage="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.CreateOrUpdateAsync (operations, resourceGroupName, serverName, jobAgentName, jobName, parameters, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IJobsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="jobAgentName" Type="System.String" />
<Parameter Name="jobName" Type="System.String" />
<Parameter Name="parameters" Type="Microsoft.Azure.Management.Sql.Fluent.Models.JobInner" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="jobAgentName">
The name of the job agent.
</param>
<param name="jobName">
The name of the job to get.
</param>
<param name="parameters">
The requested job state.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Creates or updates a job.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task DeleteAsync(class Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.Fluent.IJobsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DeleteAsync (operations As IJobsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task" />
<MemberSignature Language="F#" Value="static member DeleteAsync : Microsoft.Azure.Management.Sql.Fluent.IJobsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task" Usage="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.DeleteAsync (operations, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IJobsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="jobAgentName" Type="System.String" />
<Parameter Name="jobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="jobAgentName">
The name of the job agent.
</param>
<param name="jobName">
The name of the job to delete.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Deletes a job.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner> GetAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Azure.Management.Sql.Fluent.Models.JobInner> GetAsync(class Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, string jobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.Fluent.IJobsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAsync (operations As IJobsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, jobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobInner)" />
<MemberSignature Language="F#" Value="static member GetAsync : Microsoft.Azure.Management.Sql.Fluent.IJobsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>" Usage="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.GetAsync (operations, resourceGroupName, serverName, jobAgentName, jobName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IJobsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="jobAgentName" Type="System.String" />
<Parameter Name="jobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="jobAgentName">
The name of the job agent.
</param>
<param name="jobName">
The name of the job to get.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a job.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByAgentAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>> ListByAgentAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>> ListByAgentAsync(class Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string resourceGroupName, string serverName, string jobAgentName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.ListByAgentAsync(Microsoft.Azure.Management.Sql.Fluent.IJobsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAgentAsync (operations As IJobsOperations, resourceGroupName As String, serverName As String, jobAgentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInner))" />
<MemberSignature Language="F#" Value="static member ListByAgentAsync : Microsoft.Azure.Management.Sql.Fluent.IJobsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>>" Usage="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.ListByAgentAsync (operations, resourceGroupName, serverName, jobAgentName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IJobsOperations" RefType="this" />
<Parameter Name="resourceGroupName" Type="System.String" />
<Parameter Name="serverName" Type="System.String" />
<Parameter Name="jobAgentName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="resourceGroupName">
The name of the resource group that contains the resource. You can obtain
this value from the Azure Resource Manager API or the portal.
</param>
<param name="serverName">
The name of the server.
</param>
<param name="jobAgentName">
The name of the job agent.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of jobs.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ListByAgentNextAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>> ListByAgentNextAsync (this Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Microsoft.Rest.Azure.IPage`1<class Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>> ListByAgentNextAsync(class Microsoft.Azure.Management.Sql.Fluent.IJobsOperations operations, string nextPageLink, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.ListByAgentNextAsync(Microsoft.Azure.Management.Sql.Fluent.IJobsOperations,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ListByAgentNextAsync (operations As IJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInner))" />
<MemberSignature Language="F#" Value="static member ListByAgentNextAsync : Microsoft.Azure.Management.Sql.Fluent.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>>" Usage="Microsoft.Azure.Management.Sql.Fluent.JobsOperationsExtensions.ListByAgentNextAsync (operations, nextPageLink, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Sql.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.JobInner>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operations" Type="Microsoft.Azure.Management.Sql.Fluent.IJobsOperations" RefType="this" />
<Parameter Name="nextPageLink" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operations">
The operations group for this extension method.
</param>
<param name="nextPageLink">
The NextLink from the previous successful call to List operation.
</param>
<param name="cancellationToken">
The cancellation token.
</param>
<summary>
Gets a list of jobs.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>