@@ -23,6 +23,51 @@ namespace Microsoft.Azure.Management.Sql
23
23
/// </summary>
24
24
public partial interface IServersOperations
25
25
{
26
+ /// <summary>
27
+ /// Determines whether a resource can be created with the specified
28
+ /// name.
29
+ /// </summary>
30
+ /// <param name='parameters'>
31
+ /// The name availability request parameters.
32
+ /// </param>
33
+ /// <param name='customHeaders'>
34
+ /// The headers that will be added to request.
35
+ /// </param>
36
+ /// <param name='cancellationToken'>
37
+ /// The cancellation token.
38
+ /// </param>
39
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
40
+ /// Thrown when the operation returned an invalid status code
41
+ /// </exception>
42
+ /// <exception cref="Microsoft.Rest.SerializationException">
43
+ /// Thrown when unable to deserialize the response
44
+ /// </exception>
45
+ /// <exception cref="Microsoft.Rest.ValidationException">
46
+ /// Thrown when a required parameter is null
47
+ /// </exception>
48
+ Task < AzureOperationResponse < CheckNameAvailabilityResponse > > CheckNameAvailabilityWithHttpMessagesAsync ( CheckNameAvailabilityRequest parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
49
+ /// <summary>
50
+ /// Gets a list of all servers in the subscription.
51
+ /// </summary>
52
+ /// <param name='expand'>
53
+ /// The child resources to include in the response.
54
+ /// </param>
55
+ /// <param name='customHeaders'>
56
+ /// The headers that will be added to request.
57
+ /// </param>
58
+ /// <param name='cancellationToken'>
59
+ /// The cancellation token.
60
+ /// </param>
61
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
62
+ /// Thrown when the operation returned an invalid status code
63
+ /// </exception>
64
+ /// <exception cref="Microsoft.Rest.SerializationException">
65
+ /// Thrown when unable to deserialize the response
66
+ /// </exception>
67
+ /// <exception cref="Microsoft.Rest.ValidationException">
68
+ /// Thrown when a required parameter is null
69
+ /// </exception>
70
+ Task < AzureOperationResponse < IPage < Server > > > ListWithHttpMessagesAsync ( string expand = default ( string ) , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
26
71
/// <summary>
27
72
/// Gets a list of servers in a resource groups.
28
73
/// </summary>
@@ -165,28 +210,6 @@ public partial interface IServersOperations
165
210
/// </exception>
166
211
Task < AzureOperationResponse < Server > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerUpdate parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
167
212
/// <summary>
168
- /// Gets a list of all servers in the subscription.
169
- /// </summary>
170
- /// <param name='expand'>
171
- /// The child resources to include in the response.
172
- /// </param>
173
- /// <param name='customHeaders'>
174
- /// The headers that will be added to request.
175
- /// </param>
176
- /// <param name='cancellationToken'>
177
- /// The cancellation token.
178
- /// </param>
179
- /// <exception cref="Microsoft.Rest.Azure.CloudException">
180
- /// Thrown when the operation returned an invalid status code
181
- /// </exception>
182
- /// <exception cref="Microsoft.Rest.SerializationException">
183
- /// Thrown when unable to deserialize the response
184
- /// </exception>
185
- /// <exception cref="Microsoft.Rest.ValidationException">
186
- /// Thrown when a required parameter is null
187
- /// </exception>
188
- Task < AzureOperationResponse < IPage < Server > > > ListWithHttpMessagesAsync ( string expand = default ( string ) , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
189
- /// <summary>
190
213
/// Imports a bacpac into a new database.
191
214
/// </summary>
192
215
/// <param name='resourceGroupName'>
@@ -217,11 +240,15 @@ public partial interface IServersOperations
217
240
/// </exception>
218
241
Task < AzureOperationResponse < ImportExportOperationResult > > ImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
219
242
/// <summary>
220
- /// Determines whether a resource can be created with the specified
221
- /// name.
243
+ /// Refresh external governance enablement status.
222
244
/// </summary>
223
- /// <param name='parameters'>
224
- /// The name availability request parameters.
245
+ /// <param name='resourceGroupName'>
246
+ /// The name of the resource group that contains the resource. You can
247
+ /// obtain this value from the Azure Resource Manager API or the
248
+ /// portal.
249
+ /// </param>
250
+ /// <param name='serverName'>
251
+ /// The name of the server.
225
252
/// </param>
226
253
/// <param name='customHeaders'>
227
254
/// The headers that will be added to request.
@@ -238,7 +265,7 @@ public partial interface IServersOperations
238
265
/// <exception cref="Microsoft.Rest.ValidationException">
239
266
/// Thrown when a required parameter is null
240
267
/// </exception>
241
- Task < AzureOperationResponse < CheckNameAvailabilityResponse > > CheckNameAvailabilityWithHttpMessagesAsync ( CheckNameAvailabilityRequest parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
268
+ Task < AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult > > RefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
242
269
/// <summary>
243
270
/// Creates or updates a server.
244
271
/// </summary>
@@ -354,10 +381,15 @@ public partial interface IServersOperations
354
381
/// </exception>
355
382
Task < AzureOperationResponse < ImportExportOperationResult > > BeginImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
356
383
/// <summary>
357
- /// Gets a list of servers in a resource groups .
384
+ /// Refresh external governance enablement status .
358
385
/// </summary>
359
- /// <param name='nextPageLink'>
360
- /// The NextLink from the previous successful call to List operation.
386
+ /// <param name='resourceGroupName'>
387
+ /// The name of the resource group that contains the resource. You can
388
+ /// obtain this value from the Azure Resource Manager API or the
389
+ /// portal.
390
+ /// </param>
391
+ /// <param name='serverName'>
392
+ /// The name of the server.
361
393
/// </param>
362
394
/// <param name='customHeaders'>
363
395
/// The headers that will be added to request.
@@ -374,7 +406,7 @@ public partial interface IServersOperations
374
406
/// <exception cref="Microsoft.Rest.ValidationException">
375
407
/// Thrown when a required parameter is null
376
408
/// </exception>
377
- Task < AzureOperationResponse < IPage < Server > > > ListByResourceGroupNextWithHttpMessagesAsync ( string nextPageLink , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
409
+ Task < AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult > > BeginRefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
378
410
/// <summary>
379
411
/// Gets a list of all servers in the subscription.
380
412
/// </summary>
@@ -397,5 +429,27 @@ public partial interface IServersOperations
397
429
/// Thrown when a required parameter is null
398
430
/// </exception>
399
431
Task < AzureOperationResponse < IPage < Server > > > ListNextWithHttpMessagesAsync ( string nextPageLink , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
432
+ /// <summary>
433
+ /// Gets a list of servers in a resource groups.
434
+ /// </summary>
435
+ /// <param name='nextPageLink'>
436
+ /// The NextLink from the previous successful call to List operation.
437
+ /// </param>
438
+ /// <param name='customHeaders'>
439
+ /// The headers that will be added to request.
440
+ /// </param>
441
+ /// <param name='cancellationToken'>
442
+ /// The cancellation token.
443
+ /// </param>
444
+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
445
+ /// Thrown when the operation returned an invalid status code
446
+ /// </exception>
447
+ /// <exception cref="Microsoft.Rest.SerializationException">
448
+ /// Thrown when unable to deserialize the response
449
+ /// </exception>
450
+ /// <exception cref="Microsoft.Rest.ValidationException">
451
+ /// Thrown when a required parameter is null
452
+ /// </exception>
453
+ Task < AzureOperationResponse < IPage < Server > > > ListByResourceGroupNextWithHttpMessagesAsync ( string nextPageLink , Dictionary < string , List < string > > customHeaders = null , CancellationToken cancellationToken = default ( CancellationToken ) ) ;
400
454
}
401
455
}
0 commit comments