PSRecoveryServicesClient.EnableProtection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates Replicated Protected Item.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation EnableProtection (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInput input);
member this.EnableProtection : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.EnableProtectionInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function EnableProtection (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As EnableProtectionInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name
- protectionContainerName
- String
Protection Container ID
- replicationProtectedItemName
- String
Virtual Machine ID or Replication group Id
- input
- EnableProtectionInput
Enable protection input.
Returns
Job response