你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlServerResource.GetServerAdvancedThreatProtection Method

Definition

Get a server's Advanced Threat Protection state.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/advancedThreatProtectionSettings/{advancedThreatProtectionName}
  • Operation Id: ServerAdvancedThreatProtectionSettings_Get
  • Default Api Version: 2024-11-01-preview
  • Resource: ServerAdvancedThreatProtectionResource
public virtual Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource> GetServerAdvancedThreatProtection(Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName advancedThreatProtectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
override this.GetServerAdvancedThreatProtection : Azure.ResourceManager.Sql.Models.AdvancedThreatProtectionName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ServerAdvancedThreatProtectionResource>
Public Overridable Function GetServerAdvancedThreatProtection (advancedThreatProtectionName As AdvancedThreatProtectionName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServerAdvancedThreatProtectionResource)

Parameters

advancedThreatProtectionName
AdvancedThreatProtectionName

The name of the Advanced Threat Protection state.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to