@@ -827,6 +827,47 @@ public partial interface IReplicationProtectedItemsOperations
827827 /// </exception>
828828 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationProtectedItem , ReplicationProtectedItemsUpdateMobilityServiceHeaders > > UpdateMobilityServiceWithHttpMessagesAsync ( string resourceGroupName , string resourceName , string fabricName , string protectionContainerName , string replicatedProtectedItemName , UpdateMobilityServiceRequestProperties properties = default ( UpdateMobilityServiceRequestProperties ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
829829
830+ /// <summary>
831+ /// The operation to reinstall the installed mobility service software on a
832+ /// replication protected item to the latest available version.
833+ /// </summary>
834+ /// <remarks>
835+ /// The operation to reinstall the installed mobility service software on a
836+ /// replication protected item to the latest available version.
837+ /// </remarks>
838+ /// <param name='resourceGroupName'>
839+ /// The name of the resource group where the recovery services vault is
840+ /// present.
841+ /// </param>
842+ /// <param name='resourceName'>
843+ /// The name of the recovery services vault.
844+ /// </param>
845+ /// <param name='fabricName'>
846+ /// The name of the fabric containing the protected item.
847+ /// </param>
848+ /// <param name='protectionContainerName'>
849+ /// The name of the container containing the protected item.
850+ /// </param>
851+ /// <param name='replicatedProtectedItemName'>
852+ /// The name of the protected item on which the agent is to be updated.
853+ /// </param>
854+ /// <param name='properties'>
855+ /// The properties of the reinstall mobility service request
856+ /// </param>
857+ /// <param name='customHeaders'>
858+ /// The headers that will be added to request.
859+ /// </param>
860+ /// <param name='cancellationToken'>
861+ /// The cancellation token.
862+ /// </param>
863+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
864+ /// Thrown when the operation returned an invalid status code
865+ /// </exception>
866+ /// <exception cref="Microsoft.Rest.SerializationException">
867+ /// Thrown when unable to deserialize the response
868+ /// </exception>
869+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationProtectedItem , ReplicationProtectedItemsReinstallMobilityServiceHeaders > > ReinstallMobilityServiceWithHttpMessagesAsync ( string resourceGroupName , string resourceName , string fabricName , string protectionContainerName , string replicatedProtectedItemName , ReinstallMobilityServiceRequestProperties properties = default ( ReinstallMobilityServiceRequestProperties ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
870+
830871 /// <summary>
831872 /// Gets the list of ASR replication protected items in the vault.
832873 /// </summary>
@@ -1604,6 +1645,47 @@ public partial interface IReplicationProtectedItemsOperations
16041645 /// </exception>
16051646 System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationProtectedItem , ReplicationProtectedItemsUpdateMobilityServiceHeaders > > BeginUpdateMobilityServiceWithHttpMessagesAsync ( string resourceGroupName , string resourceName , string fabricName , string protectionContainerName , string replicatedProtectedItemName , UpdateMobilityServiceRequestProperties properties = default ( UpdateMobilityServiceRequestProperties ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
16061647
1648+ /// <summary>
1649+ /// The operation to reinstall the installed mobility service software on a
1650+ /// replication protected item to the latest available version.
1651+ /// </summary>
1652+ /// <remarks>
1653+ /// The operation to reinstall the installed mobility service software on a
1654+ /// replication protected item to the latest available version.
1655+ /// </remarks>
1656+ /// <param name='resourceGroupName'>
1657+ /// The name of the resource group where the recovery services vault is
1658+ /// present.
1659+ /// </param>
1660+ /// <param name='resourceName'>
1661+ /// The name of the recovery services vault.
1662+ /// </param>
1663+ /// <param name='fabricName'>
1664+ /// The name of the fabric containing the protected item.
1665+ /// </param>
1666+ /// <param name='protectionContainerName'>
1667+ /// The name of the container containing the protected item.
1668+ /// </param>
1669+ /// <param name='replicatedProtectedItemName'>
1670+ /// The name of the protected item on which the agent is to be updated.
1671+ /// </param>
1672+ /// <param name='properties'>
1673+ /// The properties of the reinstall mobility service request
1674+ /// </param>
1675+ /// <param name='customHeaders'>
1676+ /// The headers that will be added to request.
1677+ /// </param>
1678+ /// <param name='cancellationToken'>
1679+ /// The cancellation token.
1680+ /// </param>
1681+ /// <exception cref="Microsoft.Rest.Azure.CloudException">
1682+ /// Thrown when the operation returned an invalid status code
1683+ /// </exception>
1684+ /// <exception cref="Microsoft.Rest.SerializationException">
1685+ /// Thrown when unable to deserialize the response
1686+ /// </exception>
1687+ System . Threading . Tasks . Task < Microsoft . Rest . Azure . AzureOperationResponse < ReplicationProtectedItem , ReplicationProtectedItemsReinstallMobilityServiceHeaders > > BeginReinstallMobilityServiceWithHttpMessagesAsync ( string resourceGroupName , string resourceName , string fabricName , string protectionContainerName , string replicatedProtectedItemName , ReinstallMobilityServiceRequestProperties properties = default ( ReinstallMobilityServiceRequestProperties ) , System . Collections . Generic . Dictionary < string , System . Collections . Generic . List < string > > customHeaders = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) ;
1688+
16071689 /// <summary>
16081690 /// Gets the list of ASR replication protected items in the protection
16091691 /// container.
0 commit comments