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