@@ -144,7 +144,7 @@ public partial interface IServersOperations
144
144
/// <exception cref="Microsoft.Rest.SerializationException">
145
145
/// Thrown when unable to deserialize the response
146
146
/// </exception>
147
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , Server parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
147
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server , ServersCreateOrUpdateHeaders > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , Server parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
148
148
149
149
/// <summary>
150
150
/// Deletes a server.
@@ -168,7 +168,7 @@ public partial interface IServersOperations
168
168
/// <exception cref="Microsoft.Rest.Azure.CloudException">
169
169
/// Thrown when the operation returned an invalid status code
170
170
/// </exception>
171
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
171
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationHeaderResponse < ServersDeleteHeaders > > DeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
172
172
173
173
/// <summary>
174
174
/// Updates a server.
@@ -198,7 +198,7 @@ public partial interface IServersOperations
198
198
/// <exception cref="Microsoft.Rest.SerializationException">
199
199
/// Thrown when unable to deserialize the response
200
200
/// </exception>
201
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
201
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server , ServersUpdateHeaders > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
202
202
203
203
/// <summary>
204
204
/// Imports a bacpac into a new database.
@@ -228,7 +228,7 @@ public partial interface IServersOperations
228
228
/// <exception cref="Microsoft.Rest.SerializationException">
229
229
/// Thrown when unable to deserialize the response
230
230
/// </exception>
231
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ImportExportOperationResult > > ImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
231
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ImportExportOperationResult , ServersImportDatabaseHeaders > > ImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
232
232
233
233
/// <summary>
234
234
/// Refresh external governance enablement status.
@@ -255,7 +255,7 @@ public partial interface IServersOperations
255
255
/// <exception cref="Microsoft.Rest.SerializationException">
256
256
/// Thrown when unable to deserialize the response
257
257
/// </exception>
258
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult > > RefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
258
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult , ServersRefreshStatusHeaders > > RefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
259
259
260
260
/// <summary>
261
261
/// Creates or updates a server.
@@ -285,7 +285,7 @@ public partial interface IServersOperations
285
285
/// <exception cref="Microsoft.Rest.SerializationException">
286
286
/// Thrown when unable to deserialize the response
287
287
/// </exception>
288
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , Server parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
288
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server , ServersCreateOrUpdateHeaders > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , Server parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
289
289
290
290
/// <summary>
291
291
/// Deletes a server.
@@ -309,7 +309,7 @@ public partial interface IServersOperations
309
309
/// <exception cref="Microsoft.Rest.Azure.CloudException">
310
310
/// Thrown when the operation returned an invalid status code
311
311
/// </exception>
312
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
312
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationHeaderResponse < ServersDeleteHeaders > > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
313
313
314
314
/// <summary>
315
315
/// Updates a server.
@@ -339,7 +339,7 @@ public partial interface IServersOperations
339
339
/// <exception cref="Microsoft.Rest.SerializationException">
340
340
/// Thrown when unable to deserialize the response
341
341
/// </exception>
342
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server > > BeginUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
342
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Server , ServersUpdateHeaders > > BeginUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , ServerUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
343
343
344
344
/// <summary>
345
345
/// Imports a bacpac into a new database.
@@ -369,7 +369,7 @@ public partial interface IServersOperations
369
369
/// <exception cref="Microsoft.Rest.SerializationException">
370
370
/// Thrown when unable to deserialize the response
371
371
/// </exception>
372
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ImportExportOperationResult > > BeginImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
372
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ImportExportOperationResult , ServersImportDatabaseHeaders > > BeginImportDatabaseWithHttpMessagesAsync ( string resourceGroupName , string serverName , ImportNewDatabaseDefinition parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
373
373
374
374
/// <summary>
375
375
/// Refresh external governance enablement status.
@@ -396,7 +396,7 @@ public partial interface IServersOperations
396
396
/// <exception cref="Microsoft.Rest.SerializationException">
397
397
/// Thrown when unable to deserialize the response
398
398
/// </exception>
399
- System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult > > BeginRefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
399
+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < RefreshExternalGovernanceStatusOperationResult , ServersRefreshStatusHeaders > > BeginRefreshStatusWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
400
400
401
401
/// <summary>
402
402
/// Gets a list of all servers in the subscription.
0 commit comments