Microsoft.Azure.Management.SiteRecovery.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.SiteRecovery</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IJobOperations">
            <summary>
            Definition for Job Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.BeginRestartingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restart the job .
            </summary>
            <param name='jobId'>
            Job ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.BeginResumingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Resume the job .
            </summary>
            <param name='jobId'>
            Job ID.
            </param>
            <param name='resumeJobParameters'>
            Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the job details.
            </summary>
            <param name='jobId'>
            Job ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Job details object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.GetRestartStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.GetResumeStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all jobs.
            </summary>
            <param name='parameters'>
            Job query parameter.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list Jobs operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.RestartAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restart the job .
            </summary>
            <param name='jobId'>
            Job ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IJobOperations.ResumeAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Resume the job .
            </summary>
            <param name='jobId'>
            Job ID.
            </param>
            <param name='resumeJobParameters'>
            Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations">
            <summary>
            Definition of Protection Container operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protected container by Id.
            </summary>
            <param name='protectionContainerId'>
            Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Protection Container object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list ProtectionContainers operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations">
            <summary>
            Definition of protection entity operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.BeginCommitFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit failover of a protection entity.
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.BeginPlannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Planned failover of a protection entity.
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.BeginReprotectAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect operation for the given protection entity.
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.BeginTestFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Test failover of a protection entity.
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.BeginUnplannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Unplanned failover of a protection entity.
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.CommitFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.DisableProtectionAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Disable Protection for the given protection enity.
            </summary>
            <param name='protectionContainerId'>
            Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Protection entity ID.
            </param>
            <param name='input'>
            Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.EnableProtectionAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Enable Protection for the given protection entity.
            </summary>
            <param name='protectionContainerId'>
            Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Protection entity ID.
            </param>
            <param name='input'>
            Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protection entity object by Id.
            </summary>
            <param name='protectionContainerId'>
            Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Vm object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetCommitFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetPlannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetReprotectStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetTestFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.GetUnplannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.ListAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all protection entities.
            </summary>
            <param name='protectionContainerId'>
            Parent Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list Vm operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.PlannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.ReprotectAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.TestFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.UnplannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Parent Protection Container name.
            </param>
            <param name='name'>
            Protection entity name.
            </param>
            <param name='parameters'>
            Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations">
            <summary>
            Definition of Protection Profile operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.AssociateAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Input to associate profile
            </param>
            <param name='input'>
            Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.BeginAssociatingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Input to associate profile
            </param>
            <param name='input'>
            Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.BeginCreatingAsync(Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='input'>
            Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.BeginDeletingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='name'>
            ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.BeginDissociatingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Input to dissociate profile
            </param>
            <param name='input'>
            Input to dissociate profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.BeginUpdatingAsync(Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update protection profile.
            </summary>
            <param name='input'>
            input.
            </param>
            <param name='protectionProfileId'>
            Profile id.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.CreateAsync(Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='input'>
            Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.DeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='name'>
            ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.DissociateAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Input to dissociate profile
            </param>
            <param name='input'>
            Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protected Profile by Id.
            </summary>
            <param name='protectionProfileId'>
            Protection Profile ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Protection Profile object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetAssociateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetDissociateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.GetUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list ProtectionProfiles operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.UpdateAsync(Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update protection profile.
            </summary>
            <param name='input'>
            input.
            </param>
            <param name='protectionProfileId'>
            Profile id.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations">
            <summary>
            Definition of recoveryplan operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginCommitAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginCreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='input'>
            Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginDeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginRecoveryPlanPlannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='input'>
            Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginRecoveryPlanTestFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='input'>
            Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginRecoveryPlanUnplannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan ID.
            </param>
            <param name='input'>
            Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginReprotectAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.BeginUpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='input'>
            Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.CommitAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.CreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='input'>
            Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.DeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='name'>
            RecoveryPlan name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the recovery plan by the ID.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Recovery Plan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanCommitStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanPlannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanReprotectStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanTestFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanUnplannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetRecoveryPlanXmlAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the recovery plan xml by the ID.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The xml output for the recoveryplan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.GetUpdateRecoveryPlanUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all recoveryplans under the resource.
            </summary>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list recoveryplans operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.RecoveryPlanPlannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='input'>
            Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.RecoveryPlanTestFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='input'>
            Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.RecoveryPlanUnplannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='input'>
            Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.ReprotectAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='name'>
            RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.UpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='input'>
            Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            The request ID for the request you wish to track. The request ID is
            returned in the x-ms-request-id response header for every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.ResourceGroup">
            <summary>
            Definition of cloud service operations for the Recovery services
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.VaultExtendedInfo">
            <summary>
            Definition of vault extended info operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.Vaults">
            <summary>
            Definition of vault operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations">
            <summary>
            Definition of cloud service operations for the Recovery services
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Resource Groups
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list resource group operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.IServerOperations">
            <summary>
            Definition of server operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IServerOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the server object by Id.
            </summary>
            <param name='serverId'>
            Server ID.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the server object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.IServerOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all servers under the vault.
            </summary>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list servers operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.Jobs">
            <summary>
            Definition for Job Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.ProtectionContainer">
            <summary>
            Definition of Protection Container operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.ProtectionEntity">
            <summary>
            Definition of protection entity operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.ProtectionProfile">
            <summary>
            Definition of Protection Profile operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.RecoveryPlan">
            <summary>
            Definition of recoveryplan operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ISiteRecoveryManagementClient.Servers">
            <summary>
            Definition of server operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations">
            <summary>
            Definition of vault extended info operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.CreateExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the job collection.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Create resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.GetExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the job collection.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.UpdateExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the job collection.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Update resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.UploadCertificateAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group containing the job collection.
            </param>
            <param name='resourceName'>
            The name of the resource.
            </param>
            <param name='parameters'>
            Upload Vault Certificate input parameters.
            </param>
            <param name='certFriendlyName'>
            Certificate friendly name
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the upload certificate response
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.IVaultOperations">
            <summary>
            Definition of vault operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs,System.Threading.CancellationToken)">
            <summary>
            Creates a vault
            </summary>
            <param name='resourceGroupName'>
            The name of the (resource group?) cloud service containing the job
            collection.
            </param>
            <param name='vaultName'>
            The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Vault object to be created
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Vm group object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a vault
            </summary>
            <param name='resourceGroupName'>
            The name of the (Resource Group) cloud service containing the job
            collection.
            </param>
            <param name='vaultName'>
            The name of the vault to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs,System.Threading.CancellationToken)">
            <summary>
            Creates a vault
            </summary>
            <param name='resourceGroupName'>
            The name of the (resource group) cloud service containing the job
            collection.
            </param>
            <param name='vaultName'>
            The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Vault object to be created
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a vault
            </summary>
            <param name='resourceGroupName'>
            The name of the (Resource Group) cloud service containing the job
            collection.
            </param>
            <param name='vaultName'>
            The name of the vault to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.IVaultOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the Vaults.
            </summary>
            <param name='resourceGroupName'>
            The name of the (resource group?) cloud service containing the
            vault collection.
            </param>
            <param name='customRequestHeaders'>
            Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Vault.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.JobOperations">
            <summary>
            Definition for Job Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the JobOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.BeginRestartingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restart the job .
            </summary>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.BeginResumingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Resume the job .
            </summary>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the job details.
            </summary>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Job details object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.GetRestartStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.GetResumeStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all jobs.
            </summary>
            <param name='parameters'>
            Optional. Job query parameter.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list Jobs operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.RestartAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Restart the job .
            </summary>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperations.ResumeAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Resume the job .
            </summary>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.JobOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.BeginRestarting(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Restart the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.BeginRestartingAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Restart the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.BeginResuming(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Resume the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.BeginResumingAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Resume the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the job details.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Job details object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the job details.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Job details object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.GetRestartStatus(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.GetRestartStatusAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.GetResumeStatus(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.GetResumeStatusAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IJobOperations,Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all jobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='parameters'>
            Optional. Job query parameter.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list Jobs operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all jobs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='parameters'>
            Optional. Job query parameter.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list Jobs operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.Restart(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Restart the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.RestartAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Restart the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.Resume(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Resume the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.JobOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.SiteRecovery.IJobOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Resume the job .
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IJobOperations.
            </param>
            <param name='jobId'>
            Required. Job ID.
            </param>
            <param name='resumeJobParameters'>
            Optional. Resume job parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailbackInput">
            <summary>
            The HyperV Azure failback input.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.FailoverReplicationProviderSpecificInput">
            <summary>
            Create profile provider specific input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.FailoverReplicationProviderSpecificInput.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverReplicationProviderSpecificInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailbackInput.#ctor">
            <summary>
            Initializes a new instance of the AzureFailbackInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailbackInput.CreateRecoveryVmIfDoesntExist">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailbackInput.SkipDataSync">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailoverInput">
            <summary>
            The HyperV Azure failover input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailoverInput.#ctor">
            <summary>
            Initializes a new instance of the AzureFailoverInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailoverInput.PrimaryKekCertificatePfx">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailoverInput.SecondaryKekCertificatePfx">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureFailoverInput.VaultLocation">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureProtectionEntityProviderSettings">
            <summary>
            The Azure protection entity provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProviderSettings">
            <summary>
            Protection entity provider settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProviderSettings.#ctor">
            <summary>
            Initializes a new instance of the ProtectionEntityProviderSettings
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureProtectionEntityProviderSettings.#ctor">
            <summary>
            Initializes a new instance of the
            AzureProtectionEntityProviderSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureProtectionEntityProviderSettings.VMDiskDetails">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureProtectionEntityProviderSettings.VMProperties">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput">
            <summary>
            The HyperV Azure reprotect input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.#ctor">
            <summary>
            Initializes a new instance of the AzureReprotectInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.HvHostVmId">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.OSType">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.StorageAccountName">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.StorageAccountSubscriptionId">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.VHDId">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureReprotectInput.VmName">
            <summary>
            Optional. Secondary key encryption key certificate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails">
            <summary>
            Virtual Machine disk details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.#ctor">
            <summary>
            Initializes a new instance of the AzureVmDiskDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.Disks">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.MaxSizeMB">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.OsDisk">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.OsType">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureVmDiskDetails.VHDId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs">
            <summary>
            Certificate to be uploaded to the vault
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs.#ctor">
            <summary>
            Initializes a new instance of the CertificateArgs class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the CertificateArgs class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs.Properties">
            <summary>
            Required. Properties of the certificate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties">
            <summary>
            The certificate properties
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.#ctor">
            <summary>
            Initializes a new instance of the CertificateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.FriendlyName">
            <summary>
            Optional. Friendly name of the certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.GlobalAcsHostName">
            <summary>
            Optional. Global ACS Host name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.GlobalAcsNamespace">
            <summary>
            Optional. Global ACS Namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.GlobalAcsRPRealm">
            <summary>
            Optional. Global ACS RP realm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CertificateProperties.ResourceId">
            <summary>
            Optional. ASR vault id: resource id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.FailoverOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the LongRunningOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse.AsyncOperation">
            <summary>
            Optional. The async operation url.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse.RetryAfter">
            <summary>
            Optional. The retry after time in seconds.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.LongRunningOperationResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.FailoverOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the FailoverOperationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.FailoverOperationResponse.ProtectionEntity">
            <summary>
            Optional. The Protection Entity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the CommitFailoverOperationResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest">
            <summary>
            This is the class which defines the Commit failover input..
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.FailoverRequest">
            <summary>
            Failover request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.FailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the FailoverRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.FailoverRequest.FailoverDirection">
            <summary>
            Optional. Failover direction.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.FailoverRequest.ReplicationProvider">
            <summary>
            Optional. Replication provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.FailoverRequest.ReplicationProviderSettings">
            <summary>
            Optional. Replication provider settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the CommitFailoverRequest class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CustomerStorageAccount">
            <summary>
            The definition of customer storage account.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CustomerStorageAccount.#ctor">
            <summary>
            Initializes a new instance of the CustomerStorageAccount class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CustomerStorageAccount.StorageAccountName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CustomerStorageAccount.SubscriptionId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders">
            <summary>
            HTTP Request headers for Site recovery service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders.#ctor">
            <summary>
            Initializes a new instance of the CustomRequestHeaders class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders.AgentAuthenticationHeader">
            <summary>
            Optional. String representing a unique code which is used to
            validate that the request is originated by an authenticated client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders.ClientRequestId">
            <summary>
            Optional. ClientRequestId is a unique ID for every request to Azure
            Site Recovery. It is useful when diagnosing failures in API calls.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails">
            <summary>
            HyperV Replica Azure Protection Profile Details.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProviderSettingsDetails">
            <summary>
            Protection profile provider setting details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProviderSettingsDetails.#ctor">
            <summary>
            Initializes a new instance of the
            ProtectionProfileProviderSettingsDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.#ctor">
            <summary>
            Initializes a new instance of the
            HyperVReplicaAzureProtectionProfileDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.ActiveStorageAccount">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.ApplicationConsistentSnapshotFrequencyInHours">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.Encryption">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.OnlineReplicationStartTime">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.RecoveryPointHistoryDuration">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileDetails.ReplicationInterval">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput">
            <summary>
            HyperV Replica Azure enable protection input.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProviderSpecificInput">
            <summary>
            Profile operation provider specific input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProviderSpecificInput.#ctor">
            <summary>
            Initializes a new instance of the
            ProtectionProfileProviderSpecificInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the
            HyperVReplicaAzureProtectionProfileInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.ApplicationConsistentSnapshotFrequencyInHours">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.Encryption">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.OnlineReplicationStartTime">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.RecoveryPointHistoryDuration">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.ReplicationInterval">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaAzureProtectionProfileInput.StorageAccounts">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails">
            <summary>
            HyperV Replica Protection Profile Details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.#ctor">
            <summary>
            Initializes a new instance of the
            HyperVReplicaProtectionProfileDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.AllowedAuthenticationType">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.ApplicationConsistentSnapshotFrequencyInHours">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.Compression">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.InitialReplicationMethod">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.OfflineReplicationExportPath">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.OfflineReplicationImportPath">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.OnlineReplicationStartTime">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.RecoveryPoints">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.ReplicaDeletionOption">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.ReplicationFrequencyInSeconds">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileDetails.ReplicationPort">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput">
            <summary>
            The HyperV enable protection input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the
            HyperVReplicaProtectionProfileInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.AllowedAuthenticationType">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.ApplicationConsistentSnapshotFrequencyInHours">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.Compression">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.InitialReplicationMethod">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.OfflineReplicationExportPath">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.OfflineReplicationImportPath">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.OnlineReplicationStartTime">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.RecoveryPoints">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.ReplicaDeletion">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.ReplicationFrequencyInSeconds">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.HyperVReplicaProtectionProfileInput.ReplicationPort">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.JobListResponse">
            <summary>
            The response model for the list Jobs operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Jobs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobListResponse.Jobs">
            <summary>
            Optional. The list of Jobs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter">
            <summary>
            The definition of a JobQueryParameter object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter.#ctor">
            <summary>
            Initializes a new instance of the JobQueryParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter.EndTime">
            <summary>
            Optional. End range of start time in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter.ObjectId">
            <summary>
            Optional. Id of afftected object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter.StartTime">
            <summary>
            Optional. Start time in UTC.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobQueryParameter.State">
            <summary>
            Optional. State of job.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.OnPremProtectionEntityProviderSettings">
            <summary>
            The Azure protection entity provider settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.OnPremProtectionEntityProviderSettings.#ctor">
            <summary>
            Initializes a new instance of the
            OnPremProtectionEntityProviderSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.OnPremProtectionEntityProviderSettings.VMDiskDetails">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the PlannedFailoverOperationResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest">
            <summary>
            The Planned failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the PlannedFailoverRequest class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties">
            <summary>
            The definition of a Protection entity properties object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.#ctor">
            <summary>
            Initializes a new instance of the ProtectionEntityProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ActiveLocation">
            <summary>
            Required. Active location of protection entity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.AllowedOperations">
            <summary>
            Required. Gets or sets the allowed operations on the protection
            entity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.FabricObjectId">
            <summary>
            Required. Fabric ID of the object
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.FriendlyName">
            <summary>
            Required. Friendly name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ProtectionContainerId">
            <summary>
            Required. Protection container ID of the object
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ProtectionProfile">
            <summary>
            Optional. Protection Profile
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ProtectionStateDescription">
            <summary>
            Required. Protection state description of the protected entity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ProtectionStatus">
            <summary>
            Required. Gets or sets the protection entity status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ReplicationHealth">
            <summary>
            Required. Gets or sets the consolidated protection health for the
            VM taking any issues with SRS as well as all the replication units
            associated with the VM's replication group into account. This is a
            string representation of the ProtectionHealth enumeration
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ReplicationProvider">
            <summary>
            Required. Name of the Replication Provider used to protect the
            virtual machine. Null if not protected
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ReplicationProviderSettings">
            <summary>
            Required. The replication provider settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.ServerId">
            <summary>
            Required. Server ID of the object
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties.TestFailoverStateDescription">
            <summary>
            Required. Test failover state description.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan">
            <summary>
            The definition of a Recovery Plan object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlan class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecoveryPlan class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlan.CustomData">
            <summary>
            Optional. Recovery Plan custom data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanListResponse">
            <summary>
            The response model for the list recoveryplans operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanListResponse.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanListResponse.NextLink">
            <summary>
            Optional. The nextLink value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanListResponse.RecoveryPlans">
            <summary>
            Optional. The list of recoveryplans for the given cloud service and
            resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanOperationResponse.RecoveryPlan">
            <summary>
            Optional. The Recovery Plan.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties">
            <summary>
            Recovery Plan custom data
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the RecoveryPlanProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties.ReplicationProvider">
            <summary>
            Required. Replication provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties.ServerId">
            <summary>
            Required. The ID of the source Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanProperties.TargetServerId">
            <summary>
            Required. The ID of the target Server.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanResponse">
            <summary>
            The response model for the Recovery Plan object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanResponse.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanResponse.RecoveryPlan">
            <summary>
            Optional. The recovery plan object for the given recovery plan name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData">
            <summary>
            The definition of a recovery plan XML data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanXmlData class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecoveryPlanXmlData class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData.RecoveryPlanXml">
            <summary>
            Required. Recovery plan XML.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlOuput">
            <summary>
            The xml output for the recoveryplan object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlOuput.#ctor">
            <summary>
            Initializes a new instance of the RecoveryPlanXmlOuput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlOuput.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecoveryPlanXmlOuput class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlOuput.RecoveryPlanXml">
            <summary>
            Required. The recovery plan XML data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ReprotectOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ReprotectOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the ReprotectOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest">
            <summary>
            The Reprotect request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest.#ctor">
            <summary>
            Initializes a new instance of the ReprotectRequest class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation">
            <summary>
            The definition of a Resource Extended Information object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.#ctor">
            <summary>
            Initializes a new instance of the ResourceExtendedInformation class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ExtendedInfo">
            <summary>
            Optional. Serialized blob of extended info for the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ExtendedInfoETag">
            <summary>
            Optional. ETag for the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ResourceGroupName">
            <summary>
            Optional. Resource group name for the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ResourceId">
            <summary>
            Optional. id of the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ResourceName">
            <summary>
            Optional. name of the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.ResourceType">
            <summary>
            Optional. Type of the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformation.SubscriptionId">
            <summary>
            Optional. subscription id for the vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs">
            <summary>
            Vault exteneded information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs.#ctor">
            <summary>
            Initializes a new instance of the ResourceExtendedInformationArgs
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceExtendedInformationArgs
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs.ContractVersion">
            <summary>
            Required. Contract version for the entity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs.ExtendedInfo">
            <summary>
            Required. Serialized blob for the extended info
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs.ExtendedInfoETag">
            <summary>
            Required. ETag for the request
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationResponse">
            <summary>
            The response model for the resource extended information object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ResourceExtendedInformationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationResponse.ResourceExtendedInformation">
            <summary>
            Optional. The resource extended information object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RestartJobOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RestartJobOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the RestartJobOperationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RestartJobOperationResponse.Job">
            <summary>
            Optional. The Job object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the ResumeJobOperationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobOperationResponse.Job">
            <summary>
            Optional. The Job object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams">
            <summary>
            The definition of a resume job request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams.#ctor">
            <summary>
            Initializes a new instance of the ResumeJobParams class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ResumeJobParams.Comments">
            <summary>
            Optional. Comments for resume job.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest">
            <summary>
            The definition of a recovery plan planned failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the RpPlannedFailoverRequest class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest.FailoverDirection">
            <summary>
            Optional. Failover direction.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest.ReplicationProvider">
            <summary>
            Optional. Replication provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest.ReplicationProviderSettings">
            <summary>
            Optional. Replication provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest">
            <summary>
            The definition of a recovery plan test failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the RpTestFailoverRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the RpTestFailoverRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.FailoverDirection">
            <summary>
            Optional. Failover direction.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.NetworkID">
            <summary>
            Required. Network ID for TestFailover.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.NetworkType">
            <summary>
            Required. Network type for TestFailover.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.ReplicationProvider">
            <summary>
            Optional. Replication provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest.ReplicationProviderSettings">
            <summary>
            Optional. Replication provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest">
            <summary>
            The definition of a recovery plan unplanned failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the RpUnplannedFailoverRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RpUnplannedFailoverRequest class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.FailoverDirection">
            <summary>
            Optional. Failover direction.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.ReplicationProvider">
            <summary>
            Optional. Replication provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.ReplicationProviderSettings">
            <summary>
            Optional. Replication provider settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest.SourceSiteOperations">
            <summary>
            Required. Source site operations are requested by the user. Values
            are either Required/NotRequired
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput">
            <summary>
            San protection profile input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the SanProtectionProfileInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput.ArrayUniqueId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput.CloudId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput.RemoteArrayUniqueId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanProtectionProfileInput.RemoteCloudId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the TestFailoverOperationResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            UnplannedFailoverOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest">
            <summary>
            The Unplanned failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the UnplannedFailoverRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UnplannedFailoverRequest class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest.SourceSiteOperations">
            <summary>
            Required. Source site operations are requested by the user. Values
            are either Required/NotRequired
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CreateProfileOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CreateProfileOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the CreateProfileOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateProfileOperationResponse.ProtectionProfile">
            <summary>
            Optional. The Protection Profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            UpdateProtectionProfileOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.UploadCertificateResponse">
            <summary>
            The response model for the upload certificate response
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UploadCertificateResponse.#ctor">
            <summary>
            Initializes a new instance of the UploadCertificateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.UploadCertificateResponse.Properties">
            <summary>
            Optional. The certificate properties
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask">
            <summary>
            The definition of a Task object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.#ctor">
            <summary>
            Initializes a new instance of the AsrTask class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.Actions">
            <summary>
            Required. Actions applicable on this task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.EndTime">
            <summary>
            Required. End time of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.ExtendedDetails">
            <summary>
            Optional. Extended details of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.StartTime">
            <summary>
            Required. Start time of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.State">
            <summary>
            Required. State of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.StateDescription">
            <summary>
            Required. StateDescription of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.TaskName">
            <summary>
            Required. Name of the task.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AsrTask.TaskType">
            <summary>
            Required. Exact type of the task. Accordingly ExtentedDetails will
            have data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AssociateProtectionProfileOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AssociateProtectionProfileOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            AssociateProtectionProfileOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput">
            <summary>
            The Azure enable protection input.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionProviderSpecificInput">
            <summary>
            Enable protection provider specific input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionProviderSpecificInput.#ctor">
            <summary>
            Initializes a new instance of the
            EnableProtectionProviderSpecificInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput.#ctor">
            <summary>
            Initializes a new instance of the AzureEnableProtectionInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput.HvHostVmId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput.OSType">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput.VHDId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.AzureEnableProtectionInput.VmName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CreateAndAssociateProtectionProfileInput">
            <summary>
            The CreateAndAssociateProtectionProfileInput object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CreateAndAssociateProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the
            CreateAndAssociateProtectionProfileInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CreateAndAssociateProtectionProfileInput.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput)">
            <summary>
            Initializes a new instance of the
            CreateAndAssociateProtectionProfileInput class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateAndAssociateProtectionProfileInput.AssociationInput">
            <summary>
            Required. the ProtectionProfileAssociationInput.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateAndAssociateProtectionProfileInput.ProtectionProfileInput">
            <summary>
            Optional. the the CreateProtectionProfileInput.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput">
            <summary>
            The definition of a Protection profile object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the CreateProtectionProfileInput
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput.Name">
            <summary>
            Optional. the Name of Profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput.ReplicationProvider">
            <summary>
            Optional. the replication provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput.ReplicationProviderSettings">
            <summary>
            Optional. the replication provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.CreateSiteOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.CreateSiteOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the CreateSiteOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DeleteProtectionProfileOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DeleteProtectionProfileOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DeleteProtectionProfileOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DeleteSiteOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DeleteSiteOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the DeleteSiteOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput">
            <summary>
            The definition of a DisableProtectionInput object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput.#ctor">
            <summary>
            Initializes a new instance of the DisableProtectionInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput.ProtectionProfileId">
            <summary>
            Optional. The ProtectionProfileId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput.ProviderSettings">
            <summary>
            Optional. Gets or sets the ProviderSettings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionProviderSpecificInput">
            <summary>
            Disable protection provider specific input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionProviderSpecificInput.#ctor">
            <summary>
            Initializes a new instance of the
            DisableProtectionProviderSpecificInput class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput">
            <summary>
            The Protection profile dissociation input object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the
            DisassociateProtectionProfileInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            DisassociateProtectionProfileInput class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.Name">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.PrimaryProtectionContainerId">
            <summary>
            Required.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.RecoveryProtectionContainerId">
            <summary>
            Required.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput.ReplicationProviderSettings">
            <summary>
            Optional. the replication provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.DissociateProtectionProfileOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.DissociateProtectionProfileOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DissociateProtectionProfileOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput">
            <summary>
            The definition of a EnableProtectionInput object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput.#ctor">
            <summary>
            Initializes a new instance of the EnableProtectionInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput.ProtectionProfileId">
            <summary>
            Optional. The ProtectionProfileId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput.ProviderSettings">
            <summary>
            Optional. Gets or sets the ProviderSettings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails">
            <summary>
            The definition of a ErrorDetails object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.ServiceError,Microsoft.Azure.Management.SiteRecovery.Models.ProviderError,System.String)">
            <summary>
            Initializes a new instance of the ErrorDetails class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails.ProviderErrorDetails">
            <summary>
            Required. Provider error details.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails.ServiceErrorDetails">
            <summary>
            Required. Service error details.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ErrorDetails.TaskId">
            <summary>
            Required. ID of the task, where error was raised.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.Job">
            <summary>
            The definition of a Job object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.Job.#ctor">
            <summary>
            Initializes a new instance of the Job class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.Job.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.JobProperties,System.String)">
            <summary>
            Initializes a new instance of the Job class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.Job.Properties">
            <summary>
            Required. Job Properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties">
            <summary>
            The properties of a Job object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.#ctor">
            <summary>
            Initializes a new instance of the JobProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.ActivityId">
            <summary>
            Required. Activity Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.AllowedActions">
            <summary>
            Required. Allowed action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.DisplayName">
            <summary>
            Required. Display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.EndTime">
            <summary>
            Required. End time stamp.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.Errors">
            <summary>
            Required. List of errors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.ScenarioName">
            <summary>
            Required. Scenario name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.StartTime">
            <summary>
            Required. Start time stamp.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.State">
            <summary>
            Required. Current State of the job. Example: "In Progress",
            "Cancelled"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.StateDescription">
            <summary>
            Required. Description of the current state. It shows the detailed
            state of the job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.TargetObjectId">
            <summary>
            Required. Affected ObjectId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.TargetObjectName">
            <summary>
            Required. Affected object name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.TargetObjectType">
            <summary>
            Required. Affected ObjectT ype.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobProperties.Tasks">
            <summary>
            Required. Tasks of the job object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.JobResponse">
            <summary>
            The response model for the Job details object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.JobResponse.#ctor">
            <summary>
            Initializes a new instance of the JobResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.JobResponse.Job">
            <summary>
            Optional. The Job object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer">
            <summary>
            The definition of a Protection Container object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer.#ctor">
            <summary>
            Initializes a new instance of the ProtectionContainer class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties,System.String)">
            <summary>
            Initializes a new instance of the ProtectionContainer class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainer.Properties">
            <summary>
            Required. Properties of the protection container.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerListResponse">
            <summary>
            The response model for the list ProtectionContainers operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerListResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionContainerListResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerListResponse.NextLink">
            <summary>
            Optional. The list of servers for the given vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerListResponse.ProtectionContainers">
            <summary>
            Optional. The list of ProtectionContainers for the given server.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties">
            <summary>
            The definition of a Protection Container properties object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.#ctor">
            <summary>
            Initializes a new instance of the ProtectionContainerProperties
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.AvailableProtectionProfiles">
            <summary>
            Required. AvailableProtectionProfiles of protection container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.FabricObjectId">
            <summary>
            Required. FabricObjectId of the protection container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.FabricType">
            <summary>
            Required. FabricType of protection container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.FriendlyName">
            <summary>
            Required. FriendlyName of protection container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.Role">
            <summary>
            Required. Role of protection container.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerProperties.ServerId">
            <summary>
            Required. ID of the parent server
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerResponse">
            <summary>
            The response model for the Protection Container object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionContainerResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionContainerResponse.ProtectionContainer">
            <summary>
            Optional. Protection Container object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntity">
            <summary>
            The definition of a ProtectionEntity object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntity.#ctor">
            <summary>
            Initializes a new instance of the ProtectionEntity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntity.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties,System.String)">
            <summary>
            Initializes a new instance of the ProtectionEntity class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntity.Properties">
            <summary>
            Required. Properties of the protection entity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityListResponse">
            <summary>
            The response model for the list Vm operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityListResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionEntityListResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityListResponse.NextLink">
            <summary>
            Optional. The list of servers for the given vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityListResponse.ProtectionEntities">
            <summary>
            Optional. The list of ProtectionEntity under given protection
            Container.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityResponse">
            <summary>
            The response model for the Vm object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionEntityResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityResponse.ProtectionEntity">
            <summary>
            Optional. Protection Entity object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfile">
            <summary>
            The definition of a Protection profile object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfile.#ctor">
            <summary>
            Initializes a new instance of the ProtectionProfile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfile.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ProtectionProfile class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfile.CustomData">
            <summary>
            Optional. ProtectionProfile custom data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails">
            <summary>
            The definition of a Protection profile details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails.#ctor">
            <summary>
            Initializes a new instance of the
            ProtectionProfileAssociationDetails class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the
            ProtectionProfileAssociationDetails class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails.AssociationStatus">
            <summary>
            Required. The association status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails.PrimaryProtectionContainerId">
            <summary>
            Required. The PrimaryProtectionContainerId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationDetails.RecoveryProtectionContainerId">
            <summary>
            Required. The Recovery Protection Container Id.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput">
            <summary>
            The Protection profile association input object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput.#ctor">
            <summary>
            Initializes a new instance of the ProtectionProfileAssociationInput
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ProtectionProfileAssociationInput
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput.PrimaryProtectionContainerId">
            <summary>
            Required. the PrimaryProtectionContainerId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput.RecoveryProtectionContainerId">
            <summary>
            Required. the RecoveryProtectionContainerId.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileListResponse">
            <summary>
            The response model for the list ProtectionProfiles operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileListResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionProfileListResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileListResponse.NextLink">
            <summary>
            Optional. The nextLink value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileListResponse.ProtectionProfiles">
            <summary>
            Optional. The list of ProtectionProfiles.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties">
            <summary>
            The definition of a server object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.#ctor">
            <summary>
            Initializes a new instance of the ProtectionProfileProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.AssociationDetail">
            <summary>
            Required. The list of association details.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.AssociationStatus">
            <summary>
            Required. the profile association status. Values are
            Associated/Disassociated
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.FriendlyName">
            <summary>
            Required. Name of replication provider
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.ProtectedEntityCount">
            <summary>
            Required. the count of the protected entities assosciated to this
            profile
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.ReplicationProvider">
            <summary>
            Required. Name of replication provider
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProperties.ReplicationProviderSettings">
            <summary>
            Required. the replication provider settings
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileResponse">
            <summary>
            The response model for the Protection Profile object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileResponse.#ctor">
            <summary>
            Initializes a new instance of the ProtectionProfileResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileResponse.ProtectionProfile">
            <summary>
            Optional. Protection Profile object.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError">
            <summary>
            The definition of a ProviderError object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.#ctor">
            <summary>
            Initializes a new instance of the ProviderError class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.AffectedObjects">
            <summary>
            Optional. AffectedObjects of the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.CreationTimeUtc">
            <summary>
            Required. Time, when error was generated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.ErrorCode">
            <summary>
            Required. Error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.ErrorId">
            <summary>
            Required. Error ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.ErrorLevel">
            <summary>
            Required. Error level.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.ErrorMessage">
            <summary>
            Required. Error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ProviderError.WorkflowId">
            <summary>
            Required. Workflow Id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatus">
            <summary>
            The status of the asynchronous request.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatus.InProgress">
            <summary>
            The asynchronous request is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatus.Succeeded">
            <summary>
            The asynchronous request succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatus.Failed">
            <summary>
            The asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse">
            <summary>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or has
            failed. Note that this status is distinct from the HTTP status code
            returned for the Get Operation Status operation itself. If the
            asynchronous operation succeeded, the response body includes the HTTP
            status code for the successful request. If the asynchronous operation
            failed, the response body includes the HTTP status code for the failed
            request, and also includes error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RecoveryServicesOperationStatusResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.Error">
            <summary>
            Optional. If the asynchronous operation failed, the response body
            includes the HTTP status code for the failed request, and also
            includes error information regarding the failure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.ETag">
            <summary>
            Optional. Optional ETag, if returned from the original request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.HttpStatusCode">
            <summary>
            Optional. The HTTP status code for the asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.Id">
            <summary>
            Optional. The request ID of the asynchronous request. This value is
            returned in the x-ms-request-id response header of the
            asynchronous request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.Status">
            <summary>
            Optional. The status of the asynchronous request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.ErrorDetails">
            <summary>
            If the asynchronous operation failed, the response body includes
            the HTTP status code for the failed request, and also includes
            error information regarding the failure.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.ErrorDetails.#ctor">
            <summary>
            Initializes a new instance of the ErrorDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.ErrorDetails.Code">
            <summary>
            Optional. The management service error code returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse.ErrorDetails.Message">
            <summary>
            Optional. The management service error message returned if the
            asynchronous request failed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroup">
            <summary>
            The definition of a resource group object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroup.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ResourceGroup class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroup.Properties">
            <summary>
            Optional. Properties of resourceGroup
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupListResponse">
            <summary>
            The response model for the list resource group operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupListResponse.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ResourceGroups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ResourceGroups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupListResponse.ResourceGroups">
            <summary>
            Optional. The list of resource groups for the given subscription.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupProperties">
            <summary>
            Properties of resourceGroup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupProperties.#ctor">
            <summary>
            Initializes a new instance of the ResourceGroupProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.ResourceGroupProperties.ProvisioningState">
            <summary>
            Optional. Provisioning State
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.SanDisableProtectionInput">
            <summary>
            The SAN disable protection input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.SanDisableProtectionInput.#ctor">
            <summary>
            Initializes a new instance of the SanDisableProtectionInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanDisableProtectionInput.DeleteReplicaLuns">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanDisableProtectionInput.TargetCloudIdForLunDeletion">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput">
            <summary>
            The SAN enable protection input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.#ctor">
            <summary>
            Initializes a new instance of the SanEnableProtectionInput class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.CloudId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.FabricId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.FabricReplicationGroupId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.RecoveryPointObjective">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.RemoteArrayId">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.SanEnableProtectionInput.ReplicationType">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.Server">
            <summary>
            The definition of a Server object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.Server.#ctor">
            <summary>
            Initializes a new instance of the Server class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.Server.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Server class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.Server.Properties">
            <summary>
            Optional. Server properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ServerListResponse">
            <summary>
            The response model for the list servers operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ServerListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerListResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerListResponse.NextLink">
            <summary>
            Optional. Next Link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerListResponse.Servers">
            <summary>
            Optional. The list of servers for the given vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties">
            <summary>
            The properties of a Server object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.ConnectionStatus">
            <summary>
            Optional. Server connection status. Values are
            Connected/ConnectionError
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.FabricObjectID">
            <summary>
            Optional. Server fabric object id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.FabricType">
            <summary>
            Optional. Server fabric type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.FriendlyName">
            <summary>
            Optional. Friendly Name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.LastHeartbeat">
            <summary>
            Optional. Last time server synced with the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.ProviderVersion">
            <summary>
            Optional. Vesrion of the provider installed on the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerProperties.ServerVersion">
            <summary>
            Optional. Version number of the server.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ServerResponse">
            <summary>
            The response model for the server object
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ServerResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServerResponse.Server">
            <summary>
            Optional. The server object
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError">
            <summary>
            The definition of a ServiceError object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.#ctor">
            <summary>
            Initializes a new instance of the ServiceError class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.ActivityId">
            <summary>
            Required. Activity id of the request where service error was
            recorded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.Code">
            <summary>
            Required. Service error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.Message">
            <summary>
            Required. Service error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.PossibleCauses">
            <summary>
            Required. Possible causes which can lead to this error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.ServiceError.RecommendedAction">
            <summary>
            Required. Recommended action to resolve error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Sku">
            <summary>
            The definition of a Sku object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Sku.Name">
            <summary>
            Optional. Name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest">
            <summary>
            The Test failover request object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest.#ctor">
            <summary>
            Initializes a new instance of the TestFailoverRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the TestFailoverRequest class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest.NetworkID">
            <summary>
            Required. Network ID for TestFailover.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest.NetworkType">
            <summary>
            Required. Network type for TestFailover.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput">
            <summary>
            The definition of update Protection profile object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput.#ctor">
            <summary>
            Initializes a new instance of the UpdateProtectionProfileInput
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput.#ctor(Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileProviderSpecificInput)">
            <summary>
            Initializes a new instance of the UpdateProtectionProfileInput
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput.ReplicationProviderSettings">
            <summary>
            Required. the replication provider settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.Vault">
            <summary>
            The response model for the Vm group object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.Vault.#ctor">
            <summary>
            Initializes a new instance of the Vault class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.ETag">
            <summary>
            Optional. ETag of the Vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Properties">
            <summary>
            Optional. Properties of the vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.Vault.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs">
            <summary>
            The definition of a cloud service object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs.#ctor">
            <summary>
            Initializes a new instance of the VaultCreateArgs class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs.Location">
            <summary>
            Optional. Label for the vault
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs.Properties">
            <summary>
            Optional. properties
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse">
            <summary>
            The response model for the Vm group object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the VaultCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.ETag">
            <summary>
            Optional. ETag of the Vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Properties">
            <summary>
            Optional. properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Tags">
            <summary>
            Optional. Gets or sets the tags attached to the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse.Type">
            <summary>
            Optional. Gets or sets the type of the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultListResponse">
            <summary>
            The response model for Vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultListResponse.#ctor">
            <summary>
            Initializes a new instance of the VaultListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Vaults.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Vaults.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultListResponse.Vaults">
            <summary>
            Optional. The list of resources for the given resource group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties">
            <summary>
            The definition of a vault properties object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.#ctor">
            <summary>
            Initializes a new instance of the VaultProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.ProvisioningState">
            <summary>
            Optional. Provisioning State
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultProperties.Sku">
            <summary>
            Optional. Sku
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.Models.VaultSku">
            <summary>
            The definition of a Sku object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.Models.VaultSku.#ctor">
            <summary>
            Initializes a new instance of the VaultSku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.Models.VaultSku.Name">
            <summary>
            Optional. Name
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.VirtualHardDisk">
            <summary>
            Virtual hard disk details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.VirtualHardDisk.#ctor">
            <summary>
            Initializes a new instance of the VirtualHardDisk class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VirtualHardDisk.Id">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VirtualHardDisk.Name">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.VirtualMachine">
            <summary>
            The definition of a Vm object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.VirtualMachine.#ctor">
            <summary>
            Initializes a new instance of the VirtualMachine class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.VirtualMachine.#ctor(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionEntityProperties,System.String)">
            <summary>
            Initializes a new instance of the VirtualMachine class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VirtualMachine.ReplicationProviderSettings">
            <summary>
            Required. Virtual machine settings related to Replication provider
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails">
            <summary>
            The definition of a Update VM properties input object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.#ctor">
            <summary>
            Initializes a new instance of the VMNicDetails class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.NicId">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.RecoveryVMNetworkId">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.RecoveryVMSubnetName">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.ReplicaNicStaticIPAddress">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.VMNetworkName">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMNicDetails.VMSubnetName">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties">
            <summary>
            The definition of a Update VM properties input object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties.#ctor">
            <summary>
            Initializes a new instance of the VMProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties.RecoveryAzureVMName">
            <summary>
            Optional. Recovery Azure VM given name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties.RecoveryAzureVMSize">
            <summary>
            Optional. Recovery Azure VM size
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties.SelectedRecoveryAzureNetworkId">
            <summary>
            Optional. Selected Primary NIC Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.Models.VMProperties.VMNics">
            <summary>
            Optional. Recovery Azure Network Id
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperations">
            <summary>
            Definition of Protection Container operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the ProtectionContainerOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protected container by Id.
            </summary>
            <param name='protectionContainerId'>
            Required. Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Protection Container object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list ProtectionContainers operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protected container by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Protection Container object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protected container by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Protection Container object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list ProtectionContainers operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionContainerOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionContainerOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list ProtectionContainers operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations">
            <summary>
            Definition of protection entity operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the ProtectionEntityOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.BeginCommitFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit failover of a protection entity.
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.BeginPlannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Planned failover of a protection entity.
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.BeginReprotectAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect operation for the given protection entity.
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.BeginTestFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Test failover of a protection entity.
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.BeginUnplannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Unplanned failover of a protection entity.
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.CommitFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.DisableProtectionAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Disable Protection for the given protection enity.
            </summary>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.EnableProtectionAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Enable Protection for the given protection entity.
            </summary>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protection entity object by Id.
            </summary>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Vm object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetCommitFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetPlannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetReprotectStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetTestFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.GetUnplannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.ListAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all protection entities.
            </summary>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list Vm operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.PlannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.ReprotectAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.TestFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.UnplannedFailoverAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginCommitFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginCommitFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginPlannedFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Planned failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginPlannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Planned failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginReprotect(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect operation for the given protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginReprotectAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect operation for the given protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginTestFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Test failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginTestFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Test failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginUnplannedFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Unplanned failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.BeginUnplannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Unplanned failover of a protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.CommitFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.CommitFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CommitFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Commit failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.DisableProtection(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Disable Protection for the given protection enity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.DisableProtectionAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Disable Protection for the given protection enity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.EnableProtection(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Enable Protection for the given protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.EnableProtectionAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.EnableProtectionInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Enable Protection for the given protection entity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='input'>
            Optional. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protection entity object by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Vm object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protection entity object by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='protectionEntityId'>
            Required. Protection entity ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Vm object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetCommitFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetCommitFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetPlannedFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetPlannedFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetReprotectStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetReprotectStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetTestFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetTestFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetUnplannedFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.GetUnplannedFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all protection entities.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list Vm operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all protection entities.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='protectionContainerId'>
            Required. Parent Protection Container ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list Vm operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.PlannedFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.PlannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.PlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Planned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.Reprotect(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.ReprotectAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ReprotectRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Reprotect request after failover.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.TestFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.TestFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.TestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Test failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.UnplannedFailover(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionEntityOperationsExtensions.UnplannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.UnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionEntityOperations.
            </param>
            <param name='pcName'>
            Required. Parent Protection Container name.
            </param>
            <param name='name'>
            Required. Protection entity name.
            </param>
            <param name='parameters'>
            Required. Unplanned failover request.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations">
            <summary>
            Definition of Protection Profile operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the ProtectionProfileOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.AssociateAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.BeginAssociatingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.BeginCreatingAsync(Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.BeginDeletingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.BeginDissociatingAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to dissociate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.BeginUpdatingAsync(Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update protection profile.
            </summary>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.CreateAsync(Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.DeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.DissociateAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Creates a profile
            </summary>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the protected Profile by Id.
            </summary>
            <param name='protectionProfileId'>
            Required. Protection Profile ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Protection Profile object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetAssociateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetDissociateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.GetUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list ProtectionProfiles operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.UpdateAsync(Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update protection profile.
            </summary>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Associate(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.AssociateAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginAssociating(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginAssociatingAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ProtectionProfileAssociationInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to associate profile
            </param>
            <param name='input'>
            Required. Input to associate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginCreating(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginCreatingAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginDissociating(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to dissociate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginDissociatingAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to dissociate profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginUpdating(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update protection profile.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.BeginUpdatingAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update protection profile.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Create(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.CreateAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CreateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Delete(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Deletes a ProtectionProfile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. ProtectionProfile name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Dissociate(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.DissociateAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.DisassociateProtectionProfileInput,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Creates a profile
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='name'>
            Required. Input to dissociate profile
            </param>
            <param name='input'>
            Required. Input to create profile
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protected Profile by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='protectionProfileId'>
            Required. Protection Profile ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Protection Profile object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the protected Profile by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='protectionProfileId'>
            Required. Protection Profile ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Protection Profile object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetAssociateStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetAssociateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetCreateStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetCreateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetDeleteStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetDeleteStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetDissociateStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetDissociateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetUpdateStatus(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.GetUpdateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list ProtectionProfiles operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all ProtectionContainers for the given server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list ProtectionProfiles operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.Update(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update protection profile.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ProtectionProfileOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations,Microsoft.Azure.Management.SiteRecovery.Models.UpdateProtectionProfileInput,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update protection profile.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IProtectionProfileOperations.
            </param>
            <param name='input'>
            Required. input.
            </param>
            <param name='protectionProfileId'>
            Required. Profile id.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations">
            <summary>
            Definition of recoveryplan operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the RecoveryPlanOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginCommitAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginCreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginDeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginRecoveryPlanPlannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginRecoveryPlanTestFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginRecoveryPlanUnplannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan ID.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginReprotectAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.BeginUpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.CommitAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.CreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.DeleteAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='name'>
            Required. RecoveryPlan name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the recovery plan by the ID.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Recovery Plan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanCommitStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanPlannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanReprotectStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanTestFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanUnplannedFailoverStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetRecoveryPlanXmlAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the recovery plan xml by the ID.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The xml output for the recoveryplan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.GetUpdateRecoveryPlanUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all recoveryplans under the resource.
            </summary>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list recoveryplans operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.RecoveryPlanPlannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.RecoveryPlanTestFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.RecoveryPlanUnplannedFailoverAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.ReprotectAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.UpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginCommit(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginCommitAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginCreateRecoveryPlan(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginCreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginDelete(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanPlannedFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanPlannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanTestFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanTestFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanUnplannedFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan ID.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginRecoveryPlanUnplannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan ID.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginReprotect(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginReprotectAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginUpdateRecoveryPlan(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.BeginUpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.Commit(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.CommitAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Commit the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.CreateRecoveryPlan(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.CreateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Create the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Create recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.Delete(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Remove a Recovery Plan from the current Azure Site Recovery Vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the recovery plan by the ID.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Recovery Plan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the recovery plan by the ID.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the Recovery Plan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanCommitStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanCommitStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanCreateStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanCreateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanDeleteStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanDeleteStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanPlannedFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanPlannedFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanReprotectStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanReprotectStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanTestFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanTestFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanUnplannedFailoverStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanUnplannedFailoverStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanXml(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the recovery plan xml by the ID.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The xml output for the recoveryplan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetRecoveryPlanXmlAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the recovery plan xml by the ID.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The xml output for the recoveryplan object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetUpdateRecoveryPlanUpdateStatus(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.GetUpdateRecoveryPlanUpdateStatusAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all recoveryplans under the resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list recoveryplans operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all recoveryplans under the resource.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list recoveryplans operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanPlannedFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanPlannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpPlannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            PlannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do planned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanTestFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanTestFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpTestFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            TestFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do test failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanUnplannedFailover(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.RecoveryPlanUnplannedFailoverAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.RpUnplannedFailoverRequest,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            UnplannedFailover for the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='input'>
            Required. Input to do unplanned failover of a recovery plan.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.Reprotect(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.ReprotectAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Reprotect the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='name'>
            Required. RecoveryPlan Name.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.UpdateRecoveryPlan(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.RecoveryPlanOperationsExtensions.UpdateRecoveryPlanAsync(Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations,Microsoft.Azure.Management.SiteRecovery.Models.RecoveryPlanXmlData,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Update the recovery plan.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
            </param>
            <param name='input'>
            Required. Update recovery plan input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor(System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor(System.String,Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor(System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.#ctor(System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the RecoveryServicesManagementClient
            class.
            </summary>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient})">
            <summary>
            Clones properties from current instance to another
            RecoveryServicesManagementClient instance
            </summary>
            <param name='client'>
            Instance of RecoveryServicesManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.ResourceGroup">
            <summary>
            Definition of cloud service operations for the Recovery services
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.VaultExtendedInfo">
            <summary>
            Definition of vault extended info operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.Vaults">
            <summary>
            Definition of vault operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClientExtensions.GetOperationStatus(Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClientExtensions.GetOperationStatusAsync(Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of
            thespecified operation. After calling an asynchronous operation,
            you can call Get Operation Status to determine whether the
            operation has succeeded, failed, or is still in progress. (see
            http://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx
            for more information)
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesManagementClient.
            </param>
            <param name='requestId'>
            Required. The request ID for the request you wish to track. The
            request ID is returned in the x-ms-request-id response header for
            every request.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperations">
            <summary>
            Definition of cloud service operations for the Recovery services
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient)">
            <summary>
            Initializes a new instance of the ResourceGroupsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Retrieve a list of Resource Groups
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list resource group operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperationsExtensions.List(Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations)">
            <summary>
            Retrieve a list of Resource Groups
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations.
            </param>
            <returns>
            The response model for the list resource group operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.ResourceGroupsOperationsExtensions.ListAsync(Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations)">
            <summary>
            Retrieve a list of Resource Groups
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IResourceGroupsOperations.
            </param>
            <returns>
            The response model for the list resource group operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.SiteRecovery.ServerOperations">
            <summary>
            Definition of server operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperations.#ctor(Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient)">
            <summary>
            Initializes a new instance of the ServerOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the server object by Id.
            </summary>
            <param name='serverId'>
            Required. Server ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the server object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperations.ListAsync(Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the list of all servers under the vault.
            </summary>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the list servers operation.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.ServerOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperationsExtensions.Get(Microsoft.Azure.Management.SiteRecovery.IServerOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the server object by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IServerOperations.
            </param>
            <param name='serverId'>
            Required. Server ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the server object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperationsExtensions.GetAsync(Microsoft.Azure.Management.SiteRecovery.IServerOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the server object by Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IServerOperations.
            </param>
            <param name='serverId'>
            Required. Server ID.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the server object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperationsExtensions.List(Microsoft.Azure.Management.SiteRecovery.IServerOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all servers under the vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IServerOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list servers operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.ServerOperationsExtensions.ListAsync(Microsoft.Azure.Management.SiteRecovery.IServerOperations,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the list of all servers under the vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.SiteRecovery.IServerOperations.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the list servers operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor(System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceGroupName'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor(System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceGroupName'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor(System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceGroupName'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.#ctor(System.String,System.String,System.String,Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SiteRecoveryManagementClient
            class.
            </summary>
            <param name='resourceName'>
            Required.
            </param>
            <param name='resourceGroupName'>
            Required.
            </param>
            <param name='resourceNamespace'>
            Required.
            </param>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient})">
            <summary>
            Clones properties from current instance to another
            SiteRecoveryManagementClient instance
            </summary>
            <param name='client'>
            Instance of SiteRecoveryManagementClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.Jobs">
            <summary>
            Definition for Job Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.ProtectionContainer">
            <summary>
            Definition of Protection Container operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.ProtectionEntity">
            <summary>
            Definition of protection entity operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.ProtectionProfile">
            <summary>
            Definition of Protection Profile operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.RecoveryPlan">
            <summary>
            Definition of recoveryplan operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.SiteRecovery.SiteRecoveryManagementClient.Servers">
            <summary>
            Definition of server operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations">
            <summary>
            Definition of vault extended info operations for the Site Recovery
            extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient)">
            <summary>
            Initializes a new instance of the VaultExtendedInfoOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.CreateExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Required. Create resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.GetExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.UpdateExtendedInfoAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Optional. Update resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.UploadCertificateAsync(System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='parameters'>
            Required. Upload Vault Certificate input parameters.
            </param>
            <param name='certFriendlyName'>
            Required. Certificate friendly name
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the upload certificate response
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.CreateExtendedInfo(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Required. Create resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.CreateExtendedInfoAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Required. Create resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.GetExtendedInfo(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.GetExtendedInfoAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.UpdateExtendedInfo(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Optional. Update resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.UpdateExtendedInfoAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.ResourceExtendedInformationArgs,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='extendedInfoArgs'>
            Optional. Update resource exnteded info input parameters.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the resource extended information object
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.UploadCertificate(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='parameters'>
            Required. Upload Vault Certificate input parameters.
            </param>
            <param name='certFriendlyName'>
            Required. Certificate friendly name
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the upload certificate response
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultExtendedInfoOperationsExtensions.UploadCertificateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations,System.String,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CertificateArgs,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the vault extended info.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group containing the job
            collection.
            </param>
            <param name='resourceName'>
            Required. The name of the resource.
            </param>
            <param name='parameters'>
            Required. Upload Vault Certificate input parameters.
            </param>
            <param name='certFriendlyName'>
            Required. Certificate friendly name
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for the upload certificate response
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.RecoveryServices.VaultOperations">
            <summary>
            Definition of vault operations for the Site Recovery extension.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.#ctor(Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient)">
            <summary>
            Initializes a new instance of the VaultOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs,System.Threading.CancellationToken)">
            <summary>
            Creates a vault
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for the Vm group object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a vault
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs,System.Threading.CancellationToken)">
            <summary>
            Creates a vault
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the (resource group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Optional. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a vault
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperations.GetAsync(System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders,System.Threading.CancellationToken)">
            <summary>
            Get the Vaults.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the vault collection.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response model for Vault.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.RecoveryServices.VaultOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.RecoveryServices.RecoveryServicesManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.BeginCreating(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs)">
            <summary>
            Creates a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <returns>
            The response model for the Vm group object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.BeginCreatingAsync(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs)">
            <summary>
            Creates a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <returns>
            The response model for the Vm group object.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String)">
            <summary>
            Deletes a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String)">
            <summary>
            Deletes a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.Create(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs)">
            <summary>
            Creates a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Optional. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.CreateAsync(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String,Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs)">
            <summary>
            Creates a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Optional. The name of the vault to create.
            </param>
            <param name='vaultCreationInput'>
            Required. Vault object to be created
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.Delete(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String)">
            <summary>
            Deletes a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,System.String)">
            <summary>
            Deletes a vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (Resource Group) cloud service containing
            the job collection.
            </param>
            <param name='vaultName'>
            Required. The name of the vault to delete.
            </param>
            <returns>
            The response body contains the status of the specified asynchronous
            operation, indicating whether it has succeeded, is inprogress, or
            has failed. Note that this status is distinct from the HTTP status
            code returned for the Get Operation Status operation itself. If
            the asynchronous operation succeeded, the response body includes
            the HTTP status code for the successful request. If the
            asynchronous operation failed, the response body includes the HTTP
            status code for the failed request, and also includes error
            information regarding the failure.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.Get(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the Vaults.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the vault collection.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for Vault.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.RecoveryServices.VaultOperationsExtensions.GetAsync(Microsoft.Azure.Management.RecoveryServices.IVaultOperations,System.String,Microsoft.Azure.Management.SiteRecovery.Models.CustomRequestHeaders)">
            <summary>
            Get the Vaults.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.RecoveryServices.IVaultOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the (resource group?) cloud service
            containing the vault collection.
            </param>
            <param name='customRequestHeaders'>
            Optional. Request header parameters.
            </param>
            <returns>
            The response model for Vault.
            </returns>
        </member>
    </members>
</doc>