다음을 통해 공유


AdvancedThreatProtectionSettingsCommunicator.GetManagedInstanceAdvancedThreatProtection Method

Definition

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

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

Parameters

resourceGroupName
String

The given resource group.

instanceName
String

The given managed instance.

Returns

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

Applies to