ManagedInstanceResource.GetManagedInstanceAdvancedThreatProtectionAsync 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.
Get a managed instance's Advanced Threat Protection state.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
- Operation Id: ManagedInstanceAdvancedThreatProtectionSettings_Get
- Default Api Version: 2022-02-01-preview
- Resource: ManagedInstanceAdvancedThreatProtectionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceAdvancedThreatProtectionResource>> GetManagedInstanceAdvancedThreatProtectionAsync (Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedInstanceAdvancedThreatProtectionAsync : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceAdvancedThreatProtectionResource>>
override this.GetManagedInstanceAdvancedThreatProtectionAsync : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceAdvancedThreatProtectionResource>>
Public Overridable Function GetManagedInstanceAdvancedThreatProtectionAsync (advancedThreatProtectionName As AdvancedThreatProtectionName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedInstanceAdvancedThreatProtectionResource))
Parameters
- advancedThreatProtectionName
- AdvancedThreatProtectionName
The name of the Advanced Threat Protection state.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET