AdvancedThreatProtectionSettingsAdapter.GetManagedInstanceAdvancedThreatProtectionSettings 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 a managed instance Advanced Threat Protection Model for the given managed instance.
public Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel GetManagedInstanceAdvancedThreatProtectionSettings (string resourceGroup, string instanceName);
member this.GetManagedInstanceAdvancedThreatProtectionSettings : string * string -> Microsoft.Azure.Commands.Sql.AdvancedThreatProtection.Model.ManagedInstanceAdvancedThreatProtectionSettingsModel
Public Function GetManagedInstanceAdvancedThreatProtectionSettings (resourceGroup As String, instanceName As String) As ManagedInstanceAdvancedThreatProtectionSettingsModel
Parameters
- resourceGroup
- String
The resource group of the managed instance.
- instanceName
- String
The name of the managed instance.
Returns
A ManagedInstanceAdvancedThreatProtectionSettingsModel.