Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public partial interface IReplicationAlertSettingsOperations
/// </summary>
/// <remarks>
/// Gets the list of email notification(alert) configurations for the
/// vault. .
/// vault.
/// </remarks>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand All @@ -108,7 +108,7 @@ public partial interface IReplicationAlertSettingsOperations
/// </summary>
/// <remarks>
/// Gets the list of email notification(alert) configurations for the
/// vault. .
/// vault.
/// </remarks>
/// <param name='nextPageLink'>
/// The NextLink from the previous successful call to List operation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery
using Microsoft.Azure.Management.RecoveryServices;
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Microsoft.Rest.Azure.OData;
using Models;
using System.Collections;
using System.Collections.Generic;
Expand Down Expand Up @@ -55,6 +56,9 @@ public partial interface IReplicationEventsOperations
/// <remarks>
/// Gets the list of Azure Site Recovery events for the vault.
/// </remarks>
/// <param name='odataQuery'>
/// OData parameters to apply to the operation.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
Expand All @@ -70,7 +74,7 @@ public partial interface IReplicationEventsOperations
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse<IPage<EventModel>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
Task<AzureOperationResponse<IPage<EventModel>>> ListWithHttpMessagesAsync(ODataQuery<EventQueryParameter> odataQuery = default(ODataQuery<EventQueryParameter>), Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Gets the list of Azure Site Recovery events.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@ namespace Microsoft.Azure.Management.RecoveryServices.SiteRecovery
/// </summary>
public partial interface IReplicationFabricsOperations
{
/// <summary>
/// Migrates the site to AAD.
/// </summary>
/// <remarks>
/// The operation to migrate an Azure Site Recovery fabric to AAD.
/// </remarks>
/// <param name='fabricName'>
/// ASR fabric to migrate.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse> MigrateToAadWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Renews certificate for the fabric.
/// </summary>
Expand Down Expand Up @@ -63,8 +85,7 @@ public partial interface IReplicationFabricsOperations
/// The name of the fabric containing the process server.
/// </param>
/// <param name='failoverProcessServerRequest'>
/// The input to the failover process
/// server operation.
/// The input to the failover process server operation.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -228,6 +249,28 @@ public partial interface IReplicationFabricsOperations
/// </exception>
Task<AzureOperationResponse<IPage<Fabric>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Migrates the site to AAD.
/// </summary>
/// <remarks>
/// The operation to migrate an Azure Site Recovery fabric to AAD.
/// </remarks>
/// <param name='fabricName'>
/// ASR fabric to migrate.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.ValidationException">
/// Thrown when a required parameter is null
/// </exception>
Task<AzureOperationResponse> BeginMigrateToAadWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Renews certificate for the fabric.
/// </summary>
/// <remarks>
Expand Down Expand Up @@ -266,8 +309,7 @@ public partial interface IReplicationFabricsOperations
/// The name of the fabric containing the process server.
/// </param>
/// <param name='failoverProcessServerRequest'>
/// The input to the failover process
/// server operation.
/// The input to the failover process server operation.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public partial interface IReplicationProtectedItemsOperations
/// OData parameters to apply to the operation.
/// </param>
/// <param name='skipToken'>
/// The pagination token.
/// Possible values: "FabricId" or "FabricId_CloudId" or null
/// The pagination token. Possible values: "FabricId" or
/// "FabricId_CloudId" or null
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -123,8 +123,7 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to start resynchronize/repair replication for a
/// replication protected item
/// requiring resynchronization.
/// replication protected item requiring resynchronization.
/// </remarks>
/// <param name='fabricName'>
/// The name of the fabric.
Expand Down Expand Up @@ -156,23 +155,20 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to update(push update) the installed mobility service
/// software on a
/// replication protected item to the latest available version.
/// software on a replication protected item to the latest available
/// version.
/// </remarks>
/// <param name='fabricName'>
/// The name of the fabric containing the protected item.
/// </param>
/// <param name='protectionContainerName'>
/// The name of the container containing the
/// protected item.
/// The name of the container containing the protected item.
/// </param>
/// <param name='replicationProtectedItemName'>
/// The name of the protected item on which the
/// agent is to be updated.
/// The name of the protected item on which the agent is to be updated.
/// </param>
/// <param name='updateMobilityServiceRequest'>
/// Request to update the mobility
/// service on the protected item.
/// Request to update the mobility service on the protected item.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -400,8 +396,7 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to disable replication on a replication protected
/// item. This will also
/// remove the item.
/// item. This will also remove the item.
/// </remarks>
/// <param name='fabricName'>
/// Fabric name.
Expand Down Expand Up @@ -499,11 +494,9 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to delete or purge a replication protected item. This
/// operation will
/// force delete the replication protected item. Use the remove
/// operation on
/// replication protected item to perform a clean disable replication
/// for the item.
/// operation will force delete the replication protected item. Use the
/// remove operation on replication protected item to perform a clean
/// disable replication for the item.
/// </remarks>
/// <param name='fabricName'>
/// Fabric name.
Expand Down Expand Up @@ -602,8 +595,7 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to start resynchronize/repair replication for a
/// replication protected item
/// requiring resynchronization.
/// replication protected item requiring resynchronization.
/// </remarks>
/// <param name='fabricName'>
/// The name of the fabric.
Expand Down Expand Up @@ -635,23 +627,20 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to update(push update) the installed mobility service
/// software on a
/// replication protected item to the latest available version.
/// software on a replication protected item to the latest available
/// version.
/// </remarks>
/// <param name='fabricName'>
/// The name of the fabric containing the protected item.
/// </param>
/// <param name='protectionContainerName'>
/// The name of the container containing the
/// protected item.
/// The name of the container containing the protected item.
/// </param>
/// <param name='replicationProtectedItemName'>
/// The name of the protected item on which the
/// agent is to be updated.
/// The name of the protected item on which the agent is to be updated.
/// </param>
/// <param name='updateMobilityServiceRequest'>
/// Request to update the mobility
/// service on the protected item.
/// Request to update the mobility service on the protected item.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -879,8 +868,7 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to disable replication on a replication protected
/// item. This will also
/// remove the item.
/// item. This will also remove the item.
/// </remarks>
/// <param name='fabricName'>
/// Fabric name.
Expand Down Expand Up @@ -947,11 +935,9 @@ public partial interface IReplicationProtectedItemsOperations
/// </summary>
/// <remarks>
/// The operation to delete or purge a replication protected item. This
/// operation will
/// force delete the replication protected item. Use the remove
/// operation on
/// replication protected item to perform a clean disable replication
/// for the item.
/// operation will force delete the replication protected item. Use the
/// remove operation on replication protected item to perform a clean
/// disable replication for the item.
/// </remarks>
/// <param name='fabricName'>
/// Fabric name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ public partial interface IReplicationProtectionContainersOperations
{
/// <summary>
/// Switches protection from one container to another or one
/// replication provider to
/// another.
/// replication provider to another.
/// </summary>
/// <remarks>
/// Operation to switch protection from one container to another or one
/// replication
/// provider to another.
/// replication provider to another.
/// </remarks>
/// <param name='fabricName'>
/// Unique fabric name.
Expand Down Expand Up @@ -98,8 +96,7 @@ public partial interface IReplicationProtectionContainersOperations
/// The name of the protection container.
/// </param>
/// <param name='discoverProtectableItemRequest'>
/// The request object to add a protectable
/// item.
/// The request object to add a protectable item.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down Expand Up @@ -225,13 +222,11 @@ public partial interface IReplicationProtectionContainersOperations
Task<AzureOperationResponse<IPage<ProtectionContainer>>> ListWithHttpMessagesAsync(Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Switches protection from one container to another or one
/// replication provider to
/// another.
/// replication provider to another.
/// </summary>
/// <remarks>
/// Operation to switch protection from one container to another or one
/// replication
/// provider to another.
/// replication provider to another.
/// </remarks>
/// <param name='fabricName'>
/// Unique fabric name.
Expand Down Expand Up @@ -297,8 +292,7 @@ public partial interface IReplicationProtectionContainersOperations
/// The name of the protection container.
/// </param>
/// <param name='discoverProtectableItemRequest'>
/// The request object to add a protectable
/// item.
/// The request object to add a protectable item.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ public partial interface IReplicationRecoveryServicesProvidersOperations
/// </exception>
Task<AzureOperationResponse<RecoveryServicesProvider>> RefreshProviderWithHttpMessagesAsync(string fabricName, string providerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Deletes provider from fabric.
/// Note: Deleting provider for any fabric other than SingleHost is
/// unsupported. To
/// maintain backward compatibility for released clients the object
/// "deleteRspInput" is
/// Deletes provider from fabric. Note: Deleting provider for any
/// fabric other than SingleHost is unsupported. To maintain backward
/// compatibility for released clients the object "deleteRspInput" is
/// used (if the object is empty we assume that it is old client and
/// continue the old
/// behavior).
/// continue the old behavior).
/// </summary>
/// <remarks>
/// The operation to removes/delete(unregister) a recovery services
Expand Down Expand Up @@ -169,8 +166,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations
Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsWithHttpMessagesAsync(string fabricName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Gets the list of registered recovery services providers in the
/// vault.
/// This is a view only api.
/// vault. This is a view only api.
/// </summary>
/// <remarks>
/// Lists the registered recovery services providers in the vault
Expand Down Expand Up @@ -221,14 +217,11 @@ public partial interface IReplicationRecoveryServicesProvidersOperations
/// </exception>
Task<AzureOperationResponse<RecoveryServicesProvider>> BeginRefreshProviderWithHttpMessagesAsync(string fabricName, string providerName, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Deletes provider from fabric.
/// Note: Deleting provider for any fabric other than SingleHost is
/// unsupported. To
/// maintain backward compatibility for released clients the object
/// "deleteRspInput" is
/// Deletes provider from fabric. Note: Deleting provider for any
/// fabric other than SingleHost is unsupported. To maintain backward
/// compatibility for released clients the object "deleteRspInput" is
/// used (if the object is empty we assume that it is old client and
/// continue the old
/// behavior).
/// continue the old behavior).
/// </summary>
/// <remarks>
/// The operation to removes/delete(unregister) a recovery services
Expand Down Expand Up @@ -308,8 +301,7 @@ public partial interface IReplicationRecoveryServicesProvidersOperations
Task<AzureOperationResponse<IPage<RecoveryServicesProvider>>> ListByReplicationFabricsNextWithHttpMessagesAsync(string nextPageLink, Dictionary<string, List<string>> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
/// <summary>
/// Gets the list of registered recovery services providers in the
/// vault.
/// This is a view only api.
/// vault. This is a view only api.
/// </summary>
/// <remarks>
/// Lists the registered recovery services providers in the vault
Expand Down
Loading