AdvancedThreatProtectionSettingsCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |