@@ -76,6 +76,42 @@ public partial interface IReplicationLinksOperations
7676 /// </exception>
7777 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationLink > > GetWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
7878
79+ /// <summary>
80+ /// Updates the replication link type.
81+ /// </summary>
82+ /// <remarks>
83+ /// Updates the replication link type.
84+ /// </remarks>
85+ /// <param name='resourceGroupName'>
86+ /// The name of the resource group that contains the resource. You can obtain
87+ /// this value from the Azure Resource Manager API or the portal.
88+ /// </param>
89+ /// <param name='serverName'>
90+ /// The name of the server.
91+ /// </param>
92+ /// <param name='databaseName'>
93+ /// The name of the database.
94+ /// </param>
95+ /// <param name='linkId'>
96+ ///
97+ /// </param>
98+ /// <param name='parameters'>
99+ ///
100+ /// </param>
101+ /// <param name='customHeaders'>
102+ /// The headers that will be added to request.
103+ /// </param>
104+ /// <param name='cancellationToken'>
105+ /// The cancellation token.
106+ /// </param>
107+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
108+ /// Thrown when the operation returned an invalid status code
109+ /// </exception>
110+ /// <exception cref="Microsoft.Rest.SerializationException">
111+ /// Thrown when unable to deserialize the response
112+ /// </exception>
113+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationLink > > CreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , ReplicationLink parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
114+
79115 /// <summary>
80116 /// Deletes the replication link.
81117 /// </summary>
@@ -106,6 +142,42 @@ public partial interface IReplicationLinksOperations
106142 /// </exception>
107143 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > DeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
108144
145+ /// <summary>
146+ /// Updates the replication link type.
147+ /// </summary>
148+ /// <remarks>
149+ /// Updates the replication link type.
150+ /// </remarks>
151+ /// <param name='resourceGroupName'>
152+ /// The name of the resource group that contains the resource. You can obtain
153+ /// this value from the Azure Resource Manager API or the portal.
154+ /// </param>
155+ /// <param name='serverName'>
156+ /// The name of the server.
157+ /// </param>
158+ /// <param name='databaseName'>
159+ /// The name of the database.
160+ /// </param>
161+ /// <param name='linkId'>
162+ ///
163+ /// </param>
164+ /// <param name='parameters'>
165+ ///
166+ /// </param>
167+ /// <param name='customHeaders'>
168+ /// The headers that will be added to request.
169+ /// </param>
170+ /// <param name='cancellationToken'>
171+ /// The cancellation token.
172+ /// </param>
173+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
174+ /// Thrown when the operation returned an invalid status code
175+ /// </exception>
176+ /// <exception cref="Microsoft.Rest.SerializationException">
177+ /// Thrown when unable to deserialize the response
178+ /// </exception>
179+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationLink > > UpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , ReplicationLinkUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
180+
109181 /// <summary>
110182 /// Fails over from the current primary server to this server.
111183 /// </summary>
@@ -201,6 +273,42 @@ public partial interface IReplicationLinksOperations
201273 /// </exception>
202274 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < Microsoft . Rest . Azure . IPage < ReplicationLink > > > ListByServerWithHttpMessagesAsync ( string resourceGroupName , string serverName , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
203275
276+ /// <summary>
277+ /// Updates the replication link type.
278+ /// </summary>
279+ /// <remarks>
280+ /// Updates the replication link type.
281+ /// </remarks>
282+ /// <param name='resourceGroupName'>
283+ /// The name of the resource group that contains the resource. You can obtain
284+ /// this value from the Azure Resource Manager API or the portal.
285+ /// </param>
286+ /// <param name='serverName'>
287+ /// The name of the server.
288+ /// </param>
289+ /// <param name='databaseName'>
290+ /// The name of the database.
291+ /// </param>
292+ /// <param name='linkId'>
293+ ///
294+ /// </param>
295+ /// <param name='parameters'>
296+ ///
297+ /// </param>
298+ /// <param name='customHeaders'>
299+ /// The headers that will be added to request.
300+ /// </param>
301+ /// <param name='cancellationToken'>
302+ /// The cancellation token.
303+ /// </param>
304+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
305+ /// Thrown when the operation returned an invalid status code
306+ /// </exception>
307+ /// <exception cref="Microsoft.Rest.SerializationException">
308+ /// Thrown when unable to deserialize the response
309+ /// </exception>
310+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationLink > > BeginCreateOrUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , ReplicationLink parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
311+
204312 /// <summary>
205313 /// Deletes the replication link.
206314 /// </summary>
@@ -231,6 +339,42 @@ public partial interface IReplicationLinksOperations
231339 /// </exception>
232340 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse > BeginDeleteWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
233341
342+ /// <summary>
343+ /// Updates the replication link type.
344+ /// </summary>
345+ /// <remarks>
346+ /// Updates the replication link type.
347+ /// </remarks>
348+ /// <param name='resourceGroupName'>
349+ /// The name of the resource group that contains the resource. You can obtain
350+ /// this value from the Azure Resource Manager API or the portal.
351+ /// </param>
352+ /// <param name='serverName'>
353+ /// The name of the server.
354+ /// </param>
355+ /// <param name='databaseName'>
356+ /// The name of the database.
357+ /// </param>
358+ /// <param name='linkId'>
359+ ///
360+ /// </param>
361+ /// <param name='parameters'>
362+ ///
363+ /// </param>
364+ /// <param name='customHeaders'>
365+ /// The headers that will be added to request.
366+ /// </param>
367+ /// <param name='cancellationToken'>
368+ /// The cancellation token.
369+ /// </param>
370+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
371+ /// Thrown when the operation returned an invalid status code
372+ /// </exception>
373+ /// <exception cref="Microsoft.Rest.SerializationException">
374+ /// Thrown when unable to deserialize the response
375+ /// </exception>
376+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationLink > > BeginUpdateWithHttpMessagesAsync ( string resourceGroupName , string serverName , string databaseName , string linkId , ReplicationLinkUpdate parameters , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
377+
234378 /// <summary>
235379 /// Fails over from the current primary server to this server.
236380 /// </summary>
0 commit comments