PSRecoveryServicesClient.SwitchAppliance 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.
Switch appliance of a replication protected item.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation SwitchAppliance (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateApplianceForReplicationProtectedItemInput input);
member this.SwitchAppliance : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateApplianceForReplicationProtectedItemInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function SwitchAppliance (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As UpdateApplianceForReplicationProtectedItemInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name.
- protectionContainerName
- String
Protection Conatiner Name.
- replicationProtectedItemName
- String
Replication Protected Item.
Input for update appliance.
Returns
Job Response.