你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AdvancedThreatProtectionSettingsAdapter Class

Definition

The SqlThreatDetectionAdapter class is responsible for transforming the data that was received form the endpoints to the cmdlets model of auditing policy and vice versa

public class AdvancedThreatProtectionSettingsAdapter
type AdvancedThreatProtectionSettingsAdapter = class
Public Class AdvancedThreatProtectionSettingsAdapter
Inheritance
AdvancedThreatProtectionSettingsAdapter

Constructors

AdvancedThreatProtectionSettingsAdapter(IAzureContext)

Properties

Context

Gets or sets the Azure profile

Methods

GetDatabaseAdvancedThreatProtectionSettings(String, String, String)

Gets a database Advanced Threat Protection Model for the given database.

GetManagedDatabaseAdvancedThreatProtectionSettings(String, String, String)

Gets a managed database Advanced Threat Protection Model for the given managed database.

GetManagedInstanceAdvancedThreatProtectionSettings(String, String)

Gets a managed instance Advanced Threat Protection Model for the given managed instance.

GetServerAdvancedThreatProtectionSettings(String, String)

Gets a server Advanced Threat Protection Model for the given server.

SetDatabaseAdvancedThreatProtectionSettings(DatabaseAdvancedThreatProtectionSettingsModel)

Sets a database Advanced Threat Protection Model.

SetManagedDatabaseAdvancedThreatProtectionSettings(ManagedDatabaseAdvancedThreatProtectionSettingsModel)

Sets a managed database Advanced Threat Protection Model.

SetManagedInstanceAdvancedThreatProtectionSettings(ManagedInstanceAdvancedThreatProtectionSettingsModel)

Sets a managed instance Advanced Threat Protection Model.

SetServerAdvancedThreatProtectionSettings(ServerAdvancedThreatProtectionSettingsModel)

Sets a server Advanced Threat Protection Model.

Applies to