< Back

Remove-AzureRmResourceLock

Tue Jan 29, 2019 10:06 pm

NAME Remove-AzureRmResourceLock



SYNOPSIS

Removes a resource lock.





SYNTAX

Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockId <String> [-Pre] [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] -ResourceGroupName <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] -ResourceGroupName <String> -ResourceName <String> -ResourceType <String> [-Confirm]

[-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] -Scope <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] -ResourceName <String> -ResourceType <String> [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmResourceLock [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Force] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] -LockName <String> [-Pre] -ResourceName <String> -ResourceType <String> -TenantLevel [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

The Remove-AzureRmResourceLock cmdlet removes an Azure resource lock.





PARAMETERS

-ApiVersion <String>

Specifies the version of the resource provider API to use. If you do not specify a version, this cmdlet uses the latest available version.



Required? false

Position? named

Default value None

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



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>

Specifies how this cmdlet responds to an information event.



The acceptable values for this parameter are:



- Continue



- Ignore



- Inquire



- SilentlyContinue



- Stop



- Suspend



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>

Specifies an information variable.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-LockId <String>

Specifies the ID of the lock that this cmdlet removes.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-LockName <String>

Specifies the name of the lock that this cmdlet removes.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Pre [<SwitchParameter>]

Indicates that this cmdlet considers pre-release API versions when it automatically determines which version to use.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group for which the lock applies.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceName <String>

Specifies the name of the resource for which the lock applies. For instance, to specify a database, use the following format:



Server`/`Database



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceType <String>

Specifies the resource type of the resource for which the lock applies.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Scope <String>

Specifies the scope to which the lock applies.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-TenantLevel [<SwitchParameter>]

Indicates that this cmdlet operates at the tenant level.



Required? true

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-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



-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

None

This cmdlet does not accept any input.





OUTPUTS

System.Management.Automation.PSObject







NOTES









Example 1: Remove a lock



PS C:\\>Remove-AzureRmResourceLock -LockName "ContosoSiteLock" -ResourceName "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Def

ault-Storage-SouthCentralUS/providers/Microsoft.ClassicStorage/storageAccounts/mystorageaccount/providers/Microsoft.Authorization/locks/test"



This command removes the lock named ContosoSiteLock.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... sourcelock

Get-AzureRmResourceLock

New-AzureRmResourceLock

Set-AzureRmResourceLock