Get-AzSqlInstanceAdvancedThreatProtectionSetting

Gets the Advanced Threat Protection settings for a managed instance.

Syntax

Get-AzSqlInstanceAdvancedThreatProtectionSetting
   -InstanceName <String>
   [-ResourceGroupName] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

The Get-AzSqlInstanceAdvancedThreatProtectionSetting cmdlet gets the Advanced Threat Protection settings of an Azure SQL managed instance. To use this cmdlet, specify the ResourceGroupName and InstanceName parameters to identify the managed instance for which this cmdlet gets the settings.

Examples

Example 1: Get the Advanced Threat Protection settings for a managed instance

Get-AzSqlInstanceAdvancedThreatProtectionSetting -ResourceGroupName "ResourceGroup11" -InstanceName "Instance01"

ResourceGroupName             : ResourceGroup11
InstanceName                  : Instance01
AdvancedThreatProtectionState : Enabled

This command gets the Advanced Threat Protection settings for a managed instance named Instance01. The managed instance is assigned to the resource group ResourceGroup11.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

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

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InstanceName

SQL Managed Instance name.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ResourceGroupName

The name of the resource group.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

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

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

String

Outputs

ManagedInstanceAdvancedThreatProtectionSettingsModel