< Back

Remove-AzureRmSqlDatabaseThreatDetectionPolicy

Tue Jan 29, 2019 10:09 pm

NAME Remove-AzureRmSqlDatabaseThreatDetectionPolicy



SYNOPSIS

Removes the threat detection policy from a database.





SYNTAX

Remove-AzureRmSqlDatabaseThreatDetectionPolicy [-ResourceGroupName] <String> [-ServerName] <String> [-DatabaseName] <String> [-DefaultProfile

<IAzureContextContainer>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet removes the threat detection policy from an AzureAzure SQL database. To use this cmdlet,

specify the ResourceGroupName and ServerName parameters to identify the database from which this cmdlet removes the policy.





PARAMETERS

-DatabaseName <String>

Specifies the name of a database where the threat detection policy should be removed.



Required? true

Position? 2

Default value None

Accept pipeline input? True (ByPropertyName)

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



-PassThru [<SwitchParameter>]

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

Specifies the name of the resource group the server belongs.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ServerName <String>

Specifies the name of a server on which the database runs.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

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



You cannot pipe input to this cmdlet.





OUTPUTS

Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel

This cmdlet returns a DatabaseThreatDetectionPolicyModel object.





NOTES









Example 1: Remove a threat detection policy for a database



PS C:\\>Remove-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01"



This command removes the threat detection policy from a database named Database01 on the server named Server01.







RELATED LINKS

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

SQL Database Documentation https://docs.microsoft.com/azure/sql-database/