< Back

Remove-AzureRmRecoveryServicesAsrProtectionContainer

Tue Jan 29, 2019 10:03 pm

NAME Remove-AzureRmRecoveryServicesAsrProtectionContainer



SYNOPSIS

Deletes the specified Protection Container from its Fabric.





SYNTAX

Remove-AzureRmRecoveryServicesAsrProtectionContainer [-Confirm] [-DefaultProfile <IAzureContextContainer>] -InputObject <ASRProtectionContainer>

[-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmRecoveryServicesAsrProtectionContainer cmdlet deletes the specified Azure Site Recovery Protection Container.





PARAMETERS

-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with Azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InputObject <ASRProtectionContainer>

Specifies the protection container to be removed .



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer







OUTPUTS

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRJob







NOTES









Example 1



PS C:\\> Get-AzureRmRecoveryServicesAsrProtectionContainer -Name xxxxx -Fabric $fabric

PS C:\\> Remove-AzureRmRecoveryServicesAsrProtectionContainer -InputObject $protectionContainer



Starts the deletion of specified protection container and returns the ASR job used to track the remove operation.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... ncontainer