你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSRecoveryServicesClient.RemoveProtectionContainer(String, String) Method

Definition

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.

Applies to