@@ -144,7 +144,7 @@ public partial interface IServersOperations
144144 /// <exception cref="Microsoft.Rest.SerializationException">
145145 /// Thrown when unable to deserialize the response
146146 /// </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 ) ) ;
148148
149149 /// <summary>
150150 /// Deletes a server.
@@ -168,7 +168,7 @@ public partial interface IServersOperations
168168 /// <exception cref="Microsoft.Rest.Azure.CloudException">
169169 /// Thrown when the operation returned an invalid status code
170170 /// </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 ) ) ;
172172
173173 /// <summary>
174174 /// Updates a server.
@@ -198,7 +198,7 @@ public partial interface IServersOperations
198198 /// <exception cref="Microsoft.Rest.SerializationException">
199199 /// Thrown when unable to deserialize the response
200200 /// </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 ) ) ;
202202
203203 /// <summary>
204204 /// Imports a bacpac into a new database.
@@ -228,7 +228,7 @@ public partial interface IServersOperations
228228 /// <exception cref="Microsoft.Rest.SerializationException">
229229 /// Thrown when unable to deserialize the response
230230 /// </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 ) ) ;
232232
233233 /// <summary>
234234 /// Refresh external governance enablement status.
@@ -255,7 +255,7 @@ public partial interface IServersOperations
255255 /// <exception cref="Microsoft.Rest.SerializationException">
256256 /// Thrown when unable to deserialize the response
257257 /// </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 ) ) ;
259259
260260 /// <summary>
261261 /// Creates or updates a server.
@@ -285,7 +285,7 @@ public partial interface IServersOperations
285285 /// <exception cref="Microsoft.Rest.SerializationException">
286286 /// Thrown when unable to deserialize the response
287287 /// </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 ) ) ;
289289
290290 /// <summary>
291291 /// Deletes a server.
@@ -309,7 +309,7 @@ public partial interface IServersOperations
309309 /// <exception cref="Microsoft.Rest.Azure.CloudException">
310310 /// Thrown when the operation returned an invalid status code
311311 /// </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 ) ) ;
313313
314314 /// <summary>
315315 /// Updates a server.
@@ -339,7 +339,7 @@ public partial interface IServersOperations
339339 /// <exception cref="Microsoft.Rest.SerializationException">
340340 /// Thrown when unable to deserialize the response
341341 /// </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 ) ) ;
343343
344344 /// <summary>
345345 /// Imports a bacpac into a new database.
@@ -369,7 +369,7 @@ public partial interface IServersOperations
369369 /// <exception cref="Microsoft.Rest.SerializationException">
370370 /// Thrown when unable to deserialize the response
371371 /// </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 ) ) ;
373373
374374 /// <summary>
375375 /// Refresh external governance enablement status.
@@ -396,7 +396,7 @@ public partial interface IServersOperations
396396 /// <exception cref="Microsoft.Rest.SerializationException">
397397 /// Thrown when unable to deserialize the response
398398 /// </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 ) ) ;
400400
401401 /// <summary>
402402 /// Gets a list of all servers in the subscription.
0 commit comments