Skip to main content

managed_instance_advanced_threat_protection_settings_by_instances

Creates, updates, deletes, gets or lists a managed_instance_advanced_threat_protection_settings_by_instances resource.

Overview

Namemanaged_instance_advanced_threat_protection_settings_by_instances
TypeResource
Idazure.sql.managed_instance_advanced_threat_protection_settings_by_instances

Fields

NameDatatypeDescription
propertiesobjectProperties of an Advanced Threat Protection state.
systemDataobjectMetadata pertaining to creation and last modification of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTmanagedInstanceName, resourceGroupName, subscriptionIdGet the managed instance's Advanced Threat Protection settings.

SELECT examples

Get the managed instance's Advanced Threat Protection settings.

SELECT
properties,
systemData
FROM azure.sql.managed_instance_advanced_threat_protection_settings_by_instances
WHERE managedInstanceName = '{{ managedInstanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';