PSRecoveryServicesClient.RemoveDisks 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.
Remove disks from replication protected item.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation RemoveDisks (string fabricName, string protectionContainerName, string replicationProtectedItemName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksInput input);
member this.RemoveDisks : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RemoveDisksInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function RemoveDisks (fabricName As String, protectionContainerName As String, replicationProtectedItemName As String, input As RemoveDisksInput) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name
- protectionContainerName
- String
Protection Container Name
- replicationProtectedItemName
- String
Replication Protected Item Name
- input
- RemoveDisksInput
Remove disks input.
Returns
Job response