Поделиться через


AdvancedThreatProtectionSettingsCommunicator.GetManagedDatabaseAdvancedThreatProtection Method

Definition

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

public Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection GetManagedDatabaseAdvancedThreatProtection (string resourceGroupName, string instanceName, string databaseName);
member this.GetManagedDatabaseAdvancedThreatProtection : string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedDatabaseAdvancedThreatProtection
Public Function GetManagedDatabaseAdvancedThreatProtection (resourceGroupName As String, instanceName As String, databaseName As String) As ManagedDatabaseAdvancedThreatProtection

Parameters

resourceGroupName
String

The given resource group.

instanceName
String

The given managed instance.

databaseName
String

The given managed database.

Returns

A ManagedDatabaseAdvancedThreatProtection instance with the Advanced Threat Protection settings for the given managed database.

Applies to