The Get-AzSqlDatabaseAdvancedThreatProtectionSetting cmdlet gets the Advanced Threat Protection settings of an Azure SQL database.
To use this cmdlet, specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database for which this cmdlet gets the settings.
Examples
Example 1: Get the Advanced Threat Protection settings for a database
This command gets the Advanced Threat Protection settings for a database named Database01.
The database is located on the server named Server01, which is assigned to the resource group ResourceGroup11.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.