AdvancedThreatProtectionSettingsCommunicator.GetManagedInstanceAdvancedThreatProtection Method
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.
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.