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

PSRecoveryServicesClient.UpdateAzureSiteRecoveryProtectionContainerMapping Method

Definition

Update Azure Site Recovery Protection Container Mapping.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation UpdateAzureSiteRecoveryProtectionContainerMapping (string fabricName, string protectionContainerName, string mappingName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateProtectionContainerMappingInput updateInput);
member this.UpdateAzureSiteRecoveryProtectionContainerMapping : string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateProtectionContainerMappingInput -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function UpdateAzureSiteRecoveryProtectionContainerMapping (fabricName As String, protectionContainerName As String, mappingName As String, updateInput As UpdateProtectionContainerMappingInput) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric Name

protectionContainerName
String

Protection Container Name

mappingName
String

Protection Container Mapping Name

updateInput
UpdateProtectionContainerMappingInput

Update ProtectionContainerMapping Input

Returns

Applies to