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

AdvancedThreatProtectionSettingsCommunicator Class

Definition

This class is responsible for all the REST communication with the AdvancedThreatProtectionSettings REST endpoints

public class AdvancedThreatProtectionSettingsCommunicator
type AdvancedThreatProtectionSettingsCommunicator = class
Public Class AdvancedThreatProtectionSettingsCommunicator
Inheritance
AdvancedThreatProtectionSettingsCommunicator

Constructors

AdvancedThreatProtectionSettingsCommunicator(IAzureContext)

Properties

Context

Gets or sets the Azure profile

Methods

GetDatabaseAdvancedThreatProtection(String, String, String)

Gets the database Advanced Threat Protection settings for the given server and database in the given resource group.

GetManagedDatabaseAdvancedThreatProtection(String, String, String)

Gets the managed database Advanced Threat Protection settings for the given managed instance and database in the given resource group.

GetManagedInstanceAdvancedThreatProtection(String, String)

Gets the managed instance Advanced Threat Protection settings for the given managed instance in the given resource group.

GetServerAdvancedThreatProtection(String, String)

Gets the server Advanced Threat Protection settings for the given server in the given resource group.

SetDatabaseAdvancedThreatProtection(String, String, String, DatabaseAdvancedThreatProtection)

Creates or updates the Advanced Threat Protection settings for the given server and database in the given resource group.

SetManagedDatabaseAdvancedThreatProtection(String, String, String, ManagedDatabaseAdvancedThreatProtection)

Creates or updates the Advanced Threat Protection settings for the given managed instance and database in the given resource group.

SetManagedInstanceAdvancedThreatProtection(String, String, ManagedInstanceAdvancedThreatProtection)

Creates or updates the Advanced Threat Protection settings for the given managed instance in the given resource group.

SetServerAdvancedThreatProtection(String, String, ServerAdvancedThreatProtection)

Creates or updates the Advanced Threat Protection settings for the given server in the given resource group.

Applies to