共用方式為


PSRecoveryServicesClient.DisableProtection Method

Definition

Removes Replicated Protected Item.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation DisableProtection (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInput input);
member this.DisableProtection : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.DisableProtectionInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function DisableProtection (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As DisableProtectionInput) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container ID

replicationProtectedItemName
String

Virtual Machine ID or Replication group Id

input
DisableProtectionInput

Disable protection input.

Returns

Job response

Applies to