Delen via


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