Freigeben über


ReplicationProtectedItemResource.Reprotect Methode

Definition

Vorgang zum erneuten Schützen oder Umgekehrten Replizieren eines replikationsgeschützten Elements mit Failover.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/reProtect
  • Vorgangs-IdReplicationProtectedItems_Reprotect
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource> Reprotect (Azure.WaitUntil waitUntil, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReverseReplicationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Reprotect : Azure.WaitUntil * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReverseReplicationContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>
override this.Reprotect : Azure.WaitUntil * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ReverseReplicationContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>
Public Overridable Function Reprotect (waitUntil As WaitUntil, content As ReverseReplicationContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ReplicationProtectedItemResource)

Parameter

waitUntil
WaitUntil

Completed , wenn die Methode auf die Rückgabe warten soll, bis der zeitintensive Vorgang für den Dienst abgeschlossen ist; Started , wenn sie nach dem Starten des Vorgangs zurückgegeben werden soll. Weitere Informationen zu Vorgängen mit langer Ausführungszeit finden Sie unter Beispiele für Azure.Core-Long-Running-Vorgänge.

content
ReverseReplicationContent

Umgekehrte Replikationseingabe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

content ist NULL.

Gilt für: