PSRecoveryServicesClient.RemoveProtectionContainer(String, String) 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 protection container.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation RemoveProtectionContainer (string fabricName, string protectionContainerName);
member this.RemoveProtectionContainer : string * string -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function RemoveProtectionContainer (fabricName As String, protectionContainerName As String) As PSSiteRecoveryLongRunningOperation
Parameters
- fabricName
- String
Fabric Name.
- protectionContainerName
- String
Protection Container name.
Returns
A long running operation response.